Skip to content

Commit

Permalink
ci: fix sonar scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 23, 2024
1 parent 853d73d commit af4115a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Add problem matcher
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
- name: Use Node.js ${{ matrix.node }}
Expand Down

0 comments on commit af4115a

Please sign in to comment.