Skip to content

README.md: reflects the fact that this Action supports the latest ver… #5

README.md: reflects the fact that this Action supports the latest ver…

README.md: reflects the fact that this Action supports the latest ver… #5

Workflow file for this run

name: shellcheck
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ShellCheck
run: |
sudo apt-get -y update
sudo apt-get -y install shellcheck
- name: Analyze the scripts with ShellCheck
run: |
shellcheck action_launcher.bash