Skip to content

Commit

Permalink
chore(ci): use single job to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 8, 2023
1 parent ecd8ac1 commit ee207bd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ jobs:
runs-on: [ubuntu-latest]
timeout-minutes: 5

strategy:
matrix:
target: [js, hbs, css, prettier]

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Lint ${{ matrix.target }}
run: pnpm lint:${{ matrix.target }}
- name: Lint
run: pnpm lint

test:
name: Tests
Expand Down

0 comments on commit ee207bd

Please sign in to comment.