aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-29 15:16:14 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-29 15:21:41 -0300
commit7f0deaea0a7bd5128f5a961dcaa0758e67c4e000 (patch)
tree2adc91112b7f2fc2f8cd14e3d973239251949fa2 /.github
parentdiscord.profile: allow /usr/share/discord (#6072) (diff)
downloadfirejail-7f0deaea0a7bd5128f5a961dcaa0758e67c4e000.tar.gz
firejail-7f0deaea0a7bd5128f5a961dcaa0758e67c4e000.tar.zst
firejail-7f0deaea0a7bd5128f5a961dcaa0758e67c4e000.zip
ci: run printenv.sh on codespell.yml
It's the only workflow missing it. See commit 339d395fb ("ci: print env-related settings in each job", 2023-04-22) / PR #5802.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codespell.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 3da4411cc..9c4d495e9 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -38,6 +38,8 @@ jobs:
38 run: sudo apt-get update -qy 38 run: sudo apt-get update -qy
39 - name: install dependencies 39 - name: install dependencies
40 run: sudo apt-get install -qy codespell 40 run: sudo apt-get install -qy codespell
41 - name: print env
42 run: ./ci/printenv.sh
41 - name: configure 43 - name: configure
42 run: ./configure || (cat config.log; exit 1) 44 run: ./configure || (cat config.log; exit 1)
43 - run: codespell --version 45 - run: codespell --version