Add bounds checking to hex_to_dotted_lcc_id. Add emit_cast for logging. #65
Workflow file for this run
This file contains hidden or 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
# This workflow checks that the unit tests still run OK | |
name: Unit Test Check | |
on: | |
push: | |
pull_request: | |
jobs: | |
unit_tests: | |
name: unit_tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: check tests run | |
run: | | |
python3 test_all.py |