Skip to content

Merge pull request #117 from moco-team/development #249

Merge pull request #117 from moco-team/development

Merge pull request #117 from moco-team/development #249

Workflow file for this run

name: SwiftLint
on:
push:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
workflow_dispatch:
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]