Skip to content

Changes in develop that were never merged #1

Changes in develop that were never merged

Changes in develop that were never merged #1

Workflow file for this run

name: Swift Lint
on:
pull_request:
paths:
- ".github/workflows/swiftlint.yml"
- ".swiftlint.yml"
- "Examples/**/*.swift"
- "Sources/**/*.swift"
- "Tests/**/*.swift"
jobs:
swift-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}