We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa81f0 commit abc46eaCopy full SHA for abc46ea
1 file changed
.github/workflows/ci.yml
@@ -59,6 +59,8 @@ jobs:
59
cache: true
60
61
- name: Install SwiftLint
62
+ env:
63
+ HOMEBREW_REQUIRE_TAP_TRUST: "1"
64
shell: bash
65
run: |
66
set -euo pipefail
@@ -264,6 +266,8 @@ jobs:
264
266
265
267
268
269
270
271
272
273
0 commit comments