Skip to content

Commit

Permalink
add swiftlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Nov 7, 2023
1 parent 4a4d4a0 commit 08c0cde
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: swiftlint

on:
push:
branches:
- "main"
pull_request:
branches:
- "*"

jobs:
swiftlint:
runs-on: macos-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Swift Lint 🧹
run: swiftlint --strict

0 comments on commit 08c0cde

Please sign in to comment.