Skip to content

Commit

Permalink
PR workflow (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoraa committed Jul 14, 2022
1 parent 5aef19d commit b77a643
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: SwiftLint check

on:
pull_request:
branches: [ master ]
workflow_dispatch:


jobs:
check:
name: Check code for possible issues with SwiftLint
runs-on: macos-12

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Run SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1

0 comments on commit b77a643

Please sign in to comment.