We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44b456 commit 32b2e36Copy full SHA for 32b2e36
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- run: shellcheck -S warning *.sh
20
+ - run: sudo apt-get remove man-db
21
- run: sudo apt-get install --no-install-recommends gzip git git-lfs openssl gpg
22
- run: sudo apt-get install --no-install-recommends bash zsh ksh csh
23
- run: time ./smoke-test.sh
@@ -47,6 +48,7 @@ jobs:
47
48
contents: write
49
50
51
52
- run: sudo apt-get install aspell
53
- run: .github/scripts/spellcheck.sh README.md
54
- run: .github/scripts/spellcheck.sh README.full.md
0 commit comments