mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
ci: use GitHub-hosted arm64 Linux runners
https://github.com/orgs/community/discussions/148648
This commit is contained in:
parent
d92b2d1999
commit
48c8612f2c
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue