Merge pull request #79 from jo1gi/exceptions #210
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |