Skip to content

Initial iOS

Initial iOS #2

Workflow file for this run

name: Swift Codestyle
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- '**/*.swift'
- '.github/workflows/swift-codestyle.yml'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '**/*.swift'
- '.github/workflows/swift-codestyle.yml'
jobs:
check-switch-codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check swift codestyle
uses: norio-nomura/[email protected]
with:
args: lint --config resources/.lint/swift/.swiftlint.yml --strict