Skip to content

add fps property to PSVideo.File #38

add fps property to PSVideo.File

add fps property to PSVideo.File #38

Workflow file for this run

name: SwiftLint
on:
push:
branches:
- 'main'
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
branches:
- 'main'
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/[email protected]
with:
args: --strict