Skip to content

add --cut, so a one-off cut needs no sidecar file #32

add --cut, so a one-off cut needs no sidecar file

add --cut, so a one-off cut needs no sidecar file #32

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v7
# ffmpeg does the encoding and also builds the sample videos the suite runs against.
# shellcheck is no use here: it refuses to parse a zsh script.
- name: Install ffmpeg and shfmt
run: brew install ffmpeg shfmt
- name: Check formatting
run: shfmt -d .
- name: Run the test suite
run: ./tests/run-tests.sh