Skip to content

feat: add ability to customize autoplay from a configuration file (#44) #91

feat: add ability to customize autoplay from a configuration file (#44)

feat: add ability to customize autoplay from a configuration file (#44) #91

Workflow file for this run

on: [push]
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: clippy
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --check