Skip to content

Commit

Permalink
.github/workflows/shellcheck.yml: Test tmout.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jan 19, 2025
1 parent 3f2eaa3 commit d7746b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: shellcheck
on: [push, pull_request]
jobs:
# TODO: tmout.sh.j2
profile_d:
runs-on: ubuntu-latest
steps:
Expand All @@ -12,5 +11,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y shellcheck
- name: Run Ansible playbook for shells
run: ansible-playbook harden.yml --tags shells
- name: Run ShellCheck
run: shellcheck --shell=bash newconfs/profile.d/*
run: shellcheck --shell=bash newconfs/profile.d/* /etc/profile.d/tmout.sh

0 comments on commit d7746b8

Please sign in to comment.