Skip to content

Block together db-related modules for readability #24

Block together db-related modules for readability

Block together db-related modules for readability #24

Workflow file for this run

name: Shellcheck
on: push
jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install -y shellcheck
- run: ./shellcheck.sh