Skip to content

SwiftWin32: work towards 32-bit cleanliness #417

SwiftWin32: work towards 32-bit cleanliness

SwiftWin32: work towards 32-bit cleanliness #417

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
paths:
- '**/*.swift'
jobs:
lint:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
swift-build: 6.2-RELEASE
swift-version: swift-6.2-release
- uses: actions/checkout@v2
- uses: compnerd/swift-format-linter-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}