Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdchd committed Apr 25, 2024
1 parent a4509c9 commit 30d71b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: "web_ui"
run: ./s/test

list:
lint:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-latest
Expand All @@ -52,4 +52,4 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run tests
working-directory: "web_ui"
run: ./s/list
run: ./s/lint

0 comments on commit 30d71b0

Please sign in to comment.