Skip to content

Commit

Permalink
add github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dehli committed May 30, 2023
1 parent 1ed0533 commit 513cc84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Swiftlint
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: macos-10.15
timeout-minutes: 15
steps:
- name: Git - Checkout
uses: actions/[email protected]
- name: Install swiftlint
run: ./install_swiftlint.sh
- name: Run swiftlint
run: swiftlint

0 comments on commit 513cc84

Please sign in to comment.