Skip to content

78: Fixed test cleanup in test_install_dependencies.py (#82) #1

78: Fixed test cleanup in test_install_dependencies.py (#82)

78: Fixed test cleanup in test_install_dependencies.py (#82) #1

Workflow file for this run

name: Check bash scripts
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck
run: ./scripts/build/shellcheck.sh