Skip to content

Commit

Permalink
matching go-oscal, javascript scans yaml but didn't catch error
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBeard committed May 28, 2024
1 parent 9d2ddf6 commit e119928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
run: npm install --save-dev @commitlint/{config-conventional,cli}

- name: Lint PR title
run: echo "${{ github.event.pull_request.title }}" | npx commitlint
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: echo "$PR_TITLE" | npx commitlint
2 changes: 1 addition & 1 deletion .github/workflows/scan-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["go","javascript"]
language: ["go"]

steps:
- name: Checkout
Expand Down

0 comments on commit e119928

Please sign in to comment.