Skip to content

Use swift-testing and remove tests from production #486

Use swift-testing and remove tests from production

Use swift-testing and remove tests from production #486

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
permissions:
contents: read
jobs:
swiftlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]