Strip parameters from script_url
before recording results of analysis.
#62
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: Python pyright Typecheck | |
on: [push] | |
jobs: | |
pyright-typecheck: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name : micromamba install | |
run : bash -i scripts/micromamba-install.sh | |
- name : install environment | |
run: bash -i scripts/install.sh | |
- name : pyright Typecheck | |
run : bash -i scripts/pyright-run.sh |