Progress on adding the object field types #353
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: Weaver unit tests | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
test-weaver: | |
runs-on: ubuntu-latest | |
name: Run unit tests + mypy | |
steps: | |
- uses: SuffolkLITLab/ALActions/pythontests@main |