version: bump to 24.0.2 #17
Workflow file for this run
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: wofi-pass testing | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- name: Verify the shell script | |
run: shellcheck -x wofi-pass | |
- name: Run all tests | |
run: ./bash_unit/bash_unit -f tap ./tests/test_* |