CATTY-733 Default items for media library #2319
Workflow file for this run
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: | |
pull_request: | |
paths: | |
- '**/*.swift' | |
jobs: | |
SwiftLint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Lint with SwiftLint | |
uses: norio-nomura/[email protected] | |
with: | |
args: --config .swiftlint.yml --strict | |
env: | |
WORKING_DIRECTORY: src |