diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eee3a73e..ff95dbac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v1 - name: Run SwiftLint - run: swiftlint autocorrect + run: swiftlint --fix - name: Commit changes uses: EndBug/add-and-commit@v7 # You can change this to use a specific version