Skip to content

Merge pull request #13 from charliehuang09/react_coa #172

Merge pull request #13 from charliehuang09/react_coa

Merge pull request #13 from charliehuang09/react_coa #172

Workflow file for this run

name: Svelte Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Svelte-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i && pnpm run check