File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : shellcheck
2+
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+
8+ permissions :
9+ contents : read
10+
11+ jobs :
12+ shellcheck :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v4
16+ - name : Ensure ShellCheck is available
17+ run : shellcheck --version || (sudo apt-get update && sudo apt-get install -y shellcheck)
18+ - name : Lint install.sh
19+ run : shellcheck -S warning install.sh
Original file line number Diff line number Diff line change 11# linuxroam
22
3+ [ ![ shellcheck] ( https://github.com/diverso-lab/linuxroam/actions/workflows/shellcheck.yml/badge.svg )] ( https://github.com/diverso-lab/linuxroam/actions/workflows/shellcheck.yml )
4+ [ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( LICENSE )
5+
36Clean installer to join the ** eduroam** Wi-Fi network on Linux with NetworkManager.
47Works for ** any institution** registered in the eduroam CAT database (most universities and research centers worldwide).
58
You can’t perform that action at this time.
0 commit comments