aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 aab0674ec..19ae6f34d 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -33,6 +33,8 @@ jobs:
33 run: sudo apt-get update -qy 33 run: sudo apt-get update -qy
34 - name: install dependencies 34 - name: install dependencies
35 run: sudo apt-get install -qy codespell 35 run: sudo apt-get install -qy codespell
36 - name: configure
37 run: ./configure || (cat config.log; exit 1)
36 - run: codespell --version 38 - run: codespell --version
37 - name: codespell 39 - name: codespell
38 run: make codespell 40 run: make codespell