Skip to content

Commit

Permalink
chore: add lint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Oct 21, 2024
1 parent 2b2800e commit 5c48fbf
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 @@ -20,13 +20,16 @@ jobs:
cmd:
- pnpm run test:e2e
- pnpm run test:types
- pnpm run lint
# `exclude` docs & alternatives:
# - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixexclude
# - https://stackoverflow.com/questions/68994484/how-to-skip-a-configuration-of-a-matrix-with-github-actions/68994907#68994907
# - https://stackoverflow.com/questions/66025220/paired-values-in-github-actions-matrix/68940067#68940067
exclude:
- os: windows-latest
cmd: pnpm run test:types
- os: windows-latest
cmd: pnpm run lint

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5c48fbf

Please sign in to comment.