Compare commits
1 Commits
6317604bd2
...
StaticAnal
| Author | SHA1 | Date | |
|---|---|---|---|
| fcfe551c5c |
@@ -1,9 +1,9 @@
|
||||
name: Bigfoot
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- main
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
@@ -35,6 +35,7 @@ jobs:
|
||||
run: infer run --compilation-database build/Debug/compile_commands.json
|
||||
|
||||
- name: SonarQube Scan
|
||||
if: github.event_name == 'push'
|
||||
uses: SonarSource/sonarqube-scan-action@v7.0.0
|
||||
with:
|
||||
args: >
|
||||
|
||||
Reference in New Issue
Block a user