I am fairly sure that use of regimen option 104 has been widespread and relatively few remain on efavirenz #403
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: Static checks for style | |
on: | |
pull_request: | |
jobs: | |
check_sample: | |
runs-on: ubuntu-latest | |
name: Valid call of sample macro | |
steps: | |
# Checkout the code we are testing | |
- uses: actions/checkout@v2 | |
# Setup Python | |
- uses: actions/setup-python@v2 | |
with: | |
python-version: '3.9' | |
- run: python tests/test_sas_code.py |