Skip to content

Merge pull request #276 from windrunner21/202-fix-prevent-users-from-… #486

Merge pull request #276 from windrunner21/202-fix-prevent-users-from-…

Merge pull request #276 from windrunner21/202-fix-prevent-users-from-… #486

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch:
pull_request:
branches:
- main
- dev
push:
branches:
- main
- dev
jobs:
SwiftLint:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
- name: SwiftLint
run: swiftlint --quiet --reporter github-actions-logging