Skip to content

Update GitHub Actions Workflows #392

Update GitHub Actions Workflows

Update GitHub Actions Workflows #392

Workflow file for this run

name: "Code Style"
on: pull_request
jobs:
SwiftFormat:
runs-on: ubuntu-latest
container:
image: ghcr.io/nicklockwood/swiftformat:0.54.4
steps:
- uses: actions/checkout@v4
- run: ./tools/lint