Skip to content

Merge branch 'develop' into mac-os-version #77

Merge branch 'develop' into mac-os-version

Merge branch 'develop' into mac-os-version #77

Workflow file for this run

name: SwiftLint
on:
# Run on PR and push to every branch
pull_request:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict