Skip to content

Commit

Permalink
ci: update step names on lint GitHub workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba authored Nov 21, 2024
1 parent cd6d708 commit 0f8eb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y unzip curl
unzip ci/swiftlint.zip -d /usr/local/bin/
chmod +x /usr/local/bin/swiftlint
- name: Run swiftlint
- name: Lint Using swiftlint
run: swiftlint lint --strict .

swiftformat:
Expand All @@ -39,5 +39,5 @@ jobs:
sudo apt-get update && sudo apt-get install -y unzip curl
unzip ci/swiftformat.zip -d /usr/local/bin/
chmod +x /usr/local/bin/swiftformat
- name: Run swiftformat
- name: Lint Using swiftformat
run: swiftformat --lint .

0 comments on commit 0f8eb75

Please sign in to comment.