Skip to content

ci: Linting for each PR SwiftFormat #3

ci: Linting for each PR SwiftFormat

ci: Linting for each PR SwiftFormat #3

Workflow file for this run

name: SwiftFormat
on:
pull_request:
branches: [ master ]
jobs:
build:
name: SwiftFormat
runs-on: [ self-hosted, iOS ]
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: jdx/mise-action@v2
with:
cache: false
- name: Checkout
uses: actions/checkout@v2
- name: SwiftFormat
run: swiftformat --swiftversion 5.8 --lint . --reporter github-actions-log