Skip to content

Commit

Permalink
workflows: run shellcheck on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 9, 2024
1 parent a412098 commit dcd76d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ jobs:
fetch-depth: 0
- name: Install dependencies
run: |
sudo apt-get install meson scdoc python3-hatchling python3-build python3-installer python3-filelock
sudo apt-get install meson scdoc python3-hatchling python3-build python3-installer python3-filelock shellcheck
- name: Initialize submodules
run: |
git submodule update --init --recursive
- name: Make user install
run: |
./configure.sh --user-install
make install
- name: Run shellcheck
run: |
shellcheck tests/*.sh
- name: Run tests
run: |
bash tests/test_update.sh
Expand Down

0 comments on commit dcd76d2

Please sign in to comment.