Skip to content

feat: add support for Swift 5.10 #2

feat: add support for Swift 5.10

feat: add support for Swift 5.10 #2

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "🧹 SwiftLint changed files"
uses: norio-nomura/[email protected]
env:
DIFF_BASE: ${{ github.base_ref }}