Skip to content

Merge pull request #13 from charliehuang09/react_coa #183

Merge pull request #13 from charliehuang09/react_coa

Merge pull request #13 from charliehuang09/react_coa #183

Workflow file for this run

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