diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml new file mode 100644 index 0000000..4cdfe00 --- /dev/null +++ b/.github/workflows/swiftlint.yml @@ -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/action-swiftlint@3.2.1 + with: + args: --strict