chore(deps): update swift-actions/setup-swift action to v2 #409
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SwiftLint | |
on: | |
push: | |
branches: | |
master | |
pull_request: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: GitHub Action for SwiftLint with --strict | |
uses: norio-nomura/[email protected] | |
with: | |
args: --strict |