Skip to content

chore(deps): update lycheeverse/lychee-action action to v1.10.0 #143

chore(deps): update lycheeverse/lychee-action action to v1.10.0

chore(deps): update lycheeverse/lychee-action action to v1.10.0 #143

---
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
...