We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0480dc commit 0166b81Copy full SHA for 0166b81
.github/workflows/test.yml
@@ -6,6 +6,18 @@ on:
6
pull_request:
7
branches: [ main ]
8
jobs:
9
+ formatlint:
10
+ name: Format linting
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ - uses: sinoru/actions-setup-swift@v2
15
+ with:
16
+ swift-version: '5.6.1'
17
+ - name: GitHub Action for SwiftFormat
18
+ uses: CassiusPacheco/[email protected]
19
20
+ swiftformat-version: '0.49.17'
21
macos-build:
22
name: Build and test on ${{ matrix.os }}
23
runs-on: ${{ matrix.os }}
0 commit comments