Skip to content

Commit

Permalink
bump ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Jan 26, 2024
1 parent af566f7 commit 01851cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: yarn
- name: Check formatting with Prettier
run: yarn format:check
- name: Check quality with ESLint
- name: Check code quality with ESLint
run: yarn lint
- name: Check types compile
run: yarn typecheck

0 comments on commit 01851cd

Please sign in to comment.