Skip to content

Lint automation testing on existing files #5

Lint automation testing on existing files

Lint automation testing on existing files #5

Workflow file for this run

# .github/workflows/swiftlint.yml
name: Swift Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
uses: norio-nomura/[email protected]