We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bbd58 commit e9ca737Copy full SHA for e9ca737
.github/workflows/clang-format-check.yml
@@ -4,6 +4,8 @@ on:
4
branches: [ "main" ]
5
pull_request:
6
7
+permissions:
8
+ contents: read
9
jobs:
10
formatting-check:
11
name: Formatting Check
.github/workflows/swift.yml
@@ -1,16 +1,14 @@
1
name: Swift
2
-
3
on:
push:
build:
12
runs-on: macos-latest
13
14
steps:
15
- name: Set Xcode version
16
uses: maxim-lobanov/setup-xcode@v1
0 commit comments