Skip to content

awk_sandboxing.sh: Check that awk exists #3

awk_sandboxing.sh: Check that awk exists

awk_sandboxing.sh: Check that awk exists #3

Workflow file for this run

---
name: shellcheck
on: [push, pull_request]
jobs:
# TODO: tmout.sh.j2
profile_d:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install ShellCheck
run: |
sudo apt-get update
sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck --shell=bash newconfs/profile.d/*