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.
2 parents 7888b7d + 0c7b851 commit 45df49cCopy full SHA for 45df49c
.github/workflows/lint.yml
@@ -3,6 +3,9 @@ name: SwiftLint
3
on:
4
[push, pull_request]
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
docker-lint:
11
name: Docker Lint
.github/workflows/main.yml
@@ -2,6 +2,9 @@ name: Main
2
on: [push, pull_request]
mac-test:
name: Mac Test
0 commit comments