From 06d1d18c82df6f3c3c014e01f7e855d3250326d3 Mon Sep 17 00:00:00 2001 From: TheMoonThatRises <58153205+TheMoonThatRises@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:21:47 -0600 Subject: [PATCH] add swiftlint --- .github/workflows/swiftlint.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/swiftlint.yml 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