Skip to content

Commit

Permalink
Test SwiftLint Action
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed May 15, 2024
0 parents commit e3ce087
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/swiftlint-action.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e3ce087

Please sign in to comment.