Skip to content

pivoted to not manually doing linting using marketplace #2

pivoted to not manually doing linting using marketplace

pivoted to not manually doing linting using marketplace #2

Workflow file for this run

name: lint
on:
workflow_dispatch: # Manual trigger from GitHub UI
push:
branches: ['**']
paths:
- '**.swift'
- '.swiftlint.yml'
- '.github/workflows/lint.yml'
pull_request:
branches: [main]
paths:
- '**.swift'
- '.swiftlint.yml'
- '.github/workflows/lint.yml'
jobs:
swiftlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: SwiftLint
uses: cirruslabs/swiftlint-action@v1
with:
version: 0.56.2
args: --reporter github-actions-logging