Skip to content

Commit

Permalink
[ci] disable linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grasword committed Oct 12, 2023
1 parent 849a628 commit 0a059ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
name: node@${{ matrix.node-version }}
runs-on: ubuntu-latest

strategy:
matrix:
node-version: ['20']

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run check --ws
# - run: npm run check --ws
- run: npm run test --ws
- run: npm run build --ws

0 comments on commit 0a059ff

Please sign in to comment.