Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Validate replacement block signatures #89

Validate replacement block signatures

Validate replacement block signatures #89

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
workflow_dispatch:
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0