Skip to content

Commit ffcd777

Browse files
committed
fix: #473
1 parent 2c19f0c commit ffcd777

File tree

6 files changed

+464
-600
lines changed

6 files changed

+464
-600
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
- name: Generate recommendations json and check diff
110110
if: matrix.target_os == 'linux' && matrix.target_arch == 'amd64' && github.event_name != 'pull_request'
111111
run: |
112+
go run ./cmd/azqr/main.go rules --json > ./data/recommendations.json
112113
git diff --exit-code ./data/recommendations.json
113114
114115
- name: Codecov

0 commit comments

Comments
 (0)