Skip to content

Add format information to update output #216

Add format information to update output

Add format information to update output #216

Workflow file for this run

name: Shellcheck
on: [push, pull_request]
env:
RUNNING_IN_CI: true
jobs:
shellcheck-all:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
- name: build_dependencies
run: sudo apt-get install bats
- name: shellcheck-all
run: bats -t test/code_analysis/shellcheck-all.bats