Skip to content

chore: Use core 11.0.0 #198

chore: Use core 11.0.0

chore: Use core 11.0.0 #198

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/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- uses: jdx/mise-action@v2
with:
cache: false
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log