Skip to content

Add conversion between NimbleTimeInterval and the relatively new Duration API #269

Add conversion between NimbleTimeInterval and the relatively new Duration API

Add conversion between NimbleTimeInterval and the relatively new Duration API #269

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: norio-nomura/action-swiftlint@3.2.1