We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c49b6 commit ecab665Copy full SHA for ecab665
1 file changed
.github/workflows/check-unsafe-flags.yml
@@ -16,7 +16,12 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
19
+ - name: Install jq
20
+ run: |
21
+ apt-get update && apt-get install -y jq
22
+
23
- name: Dump package JSON and check for unsafeFlags
24
+ shell: bash
25
run: |
26
set -euo pipefail
27
# Compute unsafeFlags array directly from the dump (don't store the full dump variable)
0 commit comments