We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ea4f27 + b4414f4 commit d0e1425Copy full SHA for d0e1425
.github/workflows/ci.yml
@@ -15,13 +15,13 @@ jobs:
15
permissions:
16
contents: read
17
steps:
18
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19
- run: swift format lint -rsp .
20
yamllint:
21
runs-on: ubuntu-24.04-arm
22
23
24
25
26
- run: yamllint --version
27
- run: yamllint --strict --config-file .yamllint.yml .
0 commit comments