Skip to content

Bump github.com/nicklockwood/swiftformat from 0.54.6 to 0.55.0 in /BuildTools #359

Bump github.com/nicklockwood/swiftformat from 0.54.6 to 0.55.0 in /BuildTools

Bump github.com/nicklockwood/swiftformat from 0.54.6 to 0.55.0 in /BuildTools #359

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