Skip to content

Addition of Bind Modifier #2

Addition of Bind Modifier

Addition of Bind Modifier #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: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0
with:
args: --force-exclude
env:
DIFF_BASE: ${{ github.base_ref }}