1
0
mirror of https://github.com/BlizD/Tasks.git synced 2025-03-19 21:07:53 +02:00

Update sonar-scanner.yml

This commit is contained in:
Nikita Gryzlov 2020-12-29 10:00:25 +03:00 committed by GitHub
parent 5c7df5d662
commit 5917818254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ jobs:
SonarScanner:
if: github.repository == 'BlizD/Tasks'
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout
uses: actions/checkout@v2