We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762543f commit cc2fe48Copy full SHA for cc2fe48
.github/workflows/codeql-analysis.yml
@@ -59,9 +59,8 @@ jobs:
59
# - name: Autobuild
60
# uses: github/codeql-action/autobuild@v2
61
62
- - run: |
63
- make bootstrap
64
- make release
+ - run: make bootstrap
+ - run: make release
65
66
# ℹ️ Command-line programs to run using the OS shell.
67
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments