Skip to content

feat: Removed dependency on Foundation #31

feat: Removed dependency on Foundation

feat: Removed dependency on Foundation #31

Workflow file for this run

name: Swift lint
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
timeout-minutes: 60
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/[email protected]
with:
args: --strict