Skip to content

Fix Code Generation with GYB #320

Fix Code Generation with GYB

Fix Code Generation with GYB #320

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@v4
with:
args: --strict --reporter github-actions-logging