Skip to content

Commit

Permalink
add swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoonThatRises committed Aug 20, 2024
1 parent f9ddb95 commit 06d1d18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: SwiftLint

on:
push:
pull_request:

workflow_dispatch:

jobs:
swiftlint:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v3

- name: SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict

0 comments on commit 06d1d18

Please sign in to comment.