Skip to content

Sync main into develop #366

Sync main into develop

Sync main into develop #366

Workflow file for this run

name: SwiftLint
on:
pull_request:
types: [ opened, synchronize ]
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: stanfordbdhg/action-swiftlint@f6ee119765c4b81b667fa84b1e9ee77ca864f622 # v4.1.1
with:
args: --strict --reporter github-actions-logging