Skip to content

Bump github.com/nicklockwood/swiftformat from 0.54.3 to 0.54.4 in /BuildTools #324

Bump github.com/nicklockwood/swiftformat from 0.54.3 to 0.54.4 in /BuildTools

Bump github.com/nicklockwood/swiftformat from 0.54.3 to 0.54.4 in /BuildTools #324

Workflow file for this run

name: lint
on: pull_request
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: SwiftLint
run: |
swift run -c release --package-path BuildTools swiftlint lint --config .swiftlint.yml --reporter html > report.html
continue-on-error: true
- uses: actions/upload-artifact@v4
with:
name: Lint Report
path: report.html