From 66dd19705e4900c12e9cfc0a3db5b9ea63359014 Mon Sep 17 00:00:00 2001 From: aiden vigue Date: Thu, 10 Jun 2021 09:00:05 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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