Skip to content

Commit

Permalink
🤖 Add swiftlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien committed Jul 8, 2024
1 parent fa56f88 commit f23d4ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: SwiftLint

on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'

jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]

0 comments on commit f23d4ee

Please sign in to comment.