diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-07-21 17:56:41 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-07-31 12:29:35 +0300 |
| commit | fb1046d9e9a8f09c43ed390830b93ffe83817dd0 (patch) | |
| tree | 19e011c77e03c29c4c5c1c01b66a4d09459ebf48 /.github | |
| parent | b4d32763940ae67d1ed36952112b3d94ba9f03a7 (diff) | |
| download | meson-fb1046d9e9a8f09c43ed390830b93ffe83817dd0.tar.gz | |
Guard against use of Unix tools.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/file_format.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/file_format.yml b/.github/workflows/file_format.yml index d61d634c0..a8d4ce21b 100644 --- a/.github/workflows/file_format.yml +++ b/.github/workflows/file_format.yml @@ -18,3 +18,4 @@ jobs: with: python-version: '3.x' - run: python3 ./run_format_tests.py + - run: python3 ./run_shell_checks.py |
