Skip to content

Commit

Permalink
Add non-strict CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 9, 2024
1 parent 9420536 commit 3c78e8c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,26 @@ jobs:
uses: gerrit0/circular-dependency-check@v2.0.1
with:
entry: dist/index.js
build-release:
runs-on: ubuntu-latest
name: Node 22 Release
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install
run: npm ci
- name: Build
run: |
node scripts/set_strict.js false
npm run build
- name: Test
run: npm run test:full
- name: Lint
run: npm run lint -- --max-warnings 0
build-windows:
runs-on: windows-latest
name: Node 18 Windows
Expand Down

0 comments on commit 3c78e8c

Please sign in to comment.