Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Nov 19, 2023
1 parent a7f9e1b commit 8a4604e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: swiftlint --version
- name: Run SwiftLint
run: swiftlint --strict
- name: Print SwiftFormat version
run: swiftformat --version
- name: Run SwiftFormat
run: swiftformat --lint .
- name: Download DrString
run: curl --location --remote-name https://github.com/dduan/DrString/releases/latest/download/drstring-x86_64-apple-darwin.tar.gz
- name: Extract DrString
Expand Down

0 comments on commit 8a4604e

Please sign in to comment.