Skip to content

Commit

Permalink
ci: たぶん lint には build する必要がありそう
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Feb 29, 2024
1 parent 65c3176 commit 4b45c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

lint:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -51,5 +52,7 @@ jobs:
cache: 'yarn'
- name: Install Deps
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Lint
run: yarn lint

0 comments on commit 4b45c01

Please sign in to comment.