Skip to content

Preliminary support for target dependency condition #18

Preliminary support for target dependency condition

Preliminary support for target dependency condition #18

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch: {}
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict