Skip to content

Commit

Permalink
ci: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmikius committed Dec 14, 2023
1 parent 6200ab3 commit c3afc26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ name: Lint code

on: push

# Allow one concurrent deployment
concurrency:
group: "linting"
cancel-in-progress: true

jobs:
SwiftLint:
runs-on: macos-latest
Expand Down

0 comments on commit c3afc26

Please sign in to comment.