Skip to content

Commit

Permalink
ADDED: swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
perseusrealdeal authored Sep 25, 2024
1 parent 1c2492a commit 45d4405
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .github/workflows/swiftlint.yml
name: SwiftLint

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
Style:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: cirruslabs/swiftlint-action@v1
with:
version: latest

0 comments on commit 45d4405

Please sign in to comment.