generated from nhcarrigan/template
This commit is contained in:
parent
46f1beb2be
commit
8ad1b29575
@ -31,6 +31,11 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: pnpm run test
|
||||
|
||||
- name: Echo
|
||||
run: |
|
||||
echo "PR Number: ${{ github.event.pull_request.number }}"
|
||||
echo "PR Branch: ${{ github.event.pull_request.head.ref }}"
|
||||
|
||||
- name: Sonar
|
||||
uses: SonarSource/sonarqube-scan-action@v4
|
||||
timeout-minutes: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user