Skip to content

Commit

Permalink
yml3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Nov 6, 2023
1 parent 4c5a058 commit 81420f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SwiftLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
echo "No Swift files to lint."
else
echo "Linting changed Swift files..."
swiftlint lint -- $SWIFT_FILES
swiftlint --config dydx/.swiftlint.yml --fix lint -- $SWIFT_FILES
fi

0 comments on commit 81420f2

Please sign in to comment.