Merge pull request #102 from kkebo/ci-arm64

This commit is contained in:
Kenta Kubo 2025-04-20 02:01:28 +09:00 committed by GitHub
commit cab0456355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,14 @@ on:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
container: swift:6.1
steps:
- uses: actions/checkout@v4
- run: swift format lint -rsp .
yamllint:
runs-on: ubuntu-latest
container: alpine:3.21
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- run: apk update && apk add yamllint
- run: yamllint --version
- run: yamllint --strict --config-file .yamllint.yml .