Skip to content

Commit

Permalink
Update lint.yml (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
whoiswillma authored Jan 29, 2021
1 parent 3bc5240 commit 1d605bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- name: Checkout Branch
uses: actions/checkout@v2
- run: brew install swiftlint
- run: |
swiftlint | sed -E "s/$(pwd|sed 's/\//\\\//g')\///" | sed -E 's/^(.*):([0-9]+):([0-9]+): (warning|error|[^:]+): (.*)/::\4 file=\1,line=\2,col=\3::\5/'

0 comments on commit 1d605bf

Please sign in to comment.