Skip to content

chore(deps): update lycheeverse/lychee-action action to v2.0.1 #157

chore(deps): update lycheeverse/lychee-action action to v2.0.1

chore(deps): update lycheeverse/lychee-action action to v2.0.1 #157

---
name: check_shell_scripts
'on':
workflow_dispatch:
push:
jobs:
run_shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install shellcheck
run: |
sudo apt-get install shellcheck
- name: display shellcheck version
run: |
shellcheck --version
- name: run check_shell_scripts
run: |
./check_shell_scripts.sh
...