Skip to content

Use throws in tests #48

Use throws in tests

Use throws in tests #48

Workflow file for this run

name: swiftlint
on:
pull_request:
paths:
- .github/workflows/swiftlint.yml
- .swiftlint.yml
- "**/*.swift"
push:
paths:
- .github/workflows/swiftlint.yml
- .swiftlint.yml
- "**/*.swift"
jobs:
swiftlint:
name: SwiftLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.0.1