Skip to content

RF: avoid code duplication in writing json and add final newline if p… #34

RF: avoid code duplication in writing json and add final newline if p…

RF: avoid code duplication in writing json and add final newline if p… #34

Workflow file for this run

name: Shellcheck on scripts
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up system
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get install shellcheck
- uses: actions/checkout@v3
- name: Run shellcheck
run: |
# I: running only on a subset of scripts which are shellcheck clean ATM
shellcheck \
docker/entrypoint.sh