Skip to content

Commit

Permalink
feat: improve biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed May 24, 2024
1 parent 7de2cc7 commit 79baa71
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true

permissions:
actions: read
Expand Down Expand Up @@ -103,11 +102,6 @@ jobs:
uses: snyk/actions/node@master
continue-on-error: true # To make sure that SARIF upload gets called
with:
args: --all-projects --severity-threshold=high --fail-on=all --sarif-file-output=snyk.sarif
args: --all-projects --severity-threshold=high --fail-on=all
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: ☁️ Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif
category: snyk

0 comments on commit 79baa71

Please sign in to comment.