Get the latest version of CNIL-Cookies-List #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: [push, pull_request] | |
jobs: | |
test: | |
name: shellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install shellcheck | |
run: sudo apt update && sudo apt install -y shellcheck | |
- name: Run shellcheck | |
run: shellcheck bootstrap.sh configure.sh finalize_install.sh wifi_ap_setup.sh |