1 parent ed4107e commit 3c9ab52Copy full SHA for 3c9ab52
2 files changed
.github/workflows/ci.yml
@@ -7,12 +7,12 @@ jobs:
7
runs-on: ubuntu-24.04-arm
8
container: swift:latest
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
- run: swift test
12
working-directory: Example
13
lint:
14
15
16
17
18
- run: swift format lint -r -p -s .
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
- run: gh release create ${{ github.ref_name }} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments