this is the pr to change ych2 as discussed #410
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 |