Skip to content

fix windows support #236

fix windows support

fix windows support #236

Workflow file for this run

name: TypeChecking
on:
push:
pull_request:
paths:
- '*.py'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --command "mypy audiobookdl"