Skip to content

Fixed screenshots for appstore #82

Fixed screenshots for appstore

Fixed screenshots for appstore #82

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- "**/*.swift"
concurrency:
group: movapp-apple-swiftlint-${{ github.ref }}
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
with:
args: --config .swiftlint.yml