Skip to content

Adding more debugging notes #78

Adding more debugging notes

Adding more debugging notes #78

Workflow file for this run

name: check
on: push
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8.x'
- run: pip install shellcheck-py
- run: ./run_tests.sh