Skip to content

Polish display names of pipeline steps #80

Polish display names of pipeline steps

Polish display names of pipeline steps #80

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