Skip to content

Commit

Permalink
Push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Nov 7, 2023
1 parent feb65a9 commit 7cb0646
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/SwiftLint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SwiftLint on Changed Files

on: [pull_request]
on: push

jobs:
swiftlint:
Expand Down Expand Up @@ -41,3 +41,6 @@ jobs:
echo "Linting changed Swift files..."
swiftlint --config dydx/.swiftlint.yml --fix --format lint -- $SWIFT_FILES
fi
git commit -am "SwiftLint"
git push

0 comments on commit 7cb0646

Please sign in to comment.