Skip to content

Run more Linux tests on CI #64

Run more Linux tests on CI

Run more Linux tests on CI #64

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
jobs:
lint:
name: Lint Repository
runs-on: ubuntu-24.04 # "Noble Numbat"
container: swift:6.0-noble
steps:
- uses: actions/checkout@v4
- name: Lint
run: swift run swiftlint --reporter github-actions-logging --strict 2> /dev/null