We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d92b2d1 + 48c8612 commit cab0456Copy full SHA for cab0456
1 file changed
.github/workflows/ci.yml
@@ -6,16 +6,14 @@ on:
6
branches: ["main"]
7
jobs:
8
lint:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
10
container: swift:6.1
11
steps:
12
- uses: actions/checkout@v4
13
- run: swift format lint -rsp .
14
yamllint:
15
16
- container: alpine:3.21
17
18
19
- - run: apk update && apk add yamllint
20
- run: yamllint --version
21
- run: yamllint --strict --config-file .yamllint.yml .
0 commit comments