diff --git a/.github/workflows/swiftlint-action.yml b/.github/workflows/swiftlint-action.yml new file mode 100644 index 0000000..c2782df --- /dev/null +++ b/.github/workflows/swiftlint-action.yml @@ -0,0 +1,19 @@ +name: Test SwiftLint Action + +on: + push: + +jobs: + test-swiftlint-action: + name: "Test SwiftLint Action" + + strategy: + matrix: + runs_on: + - name: cirrus-macos-arm64 + image: "ghcr.io/cirruslabs/macos-sonoma-xcode:latest" + + runs-on: ${{ matrix.runs_on.image }} + + steps: + - uses: cirruslabs/swiftlint-action@basic-implementation