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 bc8f5ca commit 161c874Copy full SHA for 161c874
.github/workflows/codespell.yml
@@ -24,11 +24,10 @@ jobs:
24
- name: install-codespell-asciidoctor
25
run: |
26
export DEBIAN_FRONTEND=noninteractive
27
- sudo apt list --upgradable
28
- sudo apt upgrade -y
29
- sudo apt update -y
30
- sudo apt install apt-utils asciidoctor python3-pip golang-go -y
31
- pip3 install -U codespell
+ sudo apt-get update -y
+ sudo apt-get install apt-utils asciidoctor pipx python3-pip golang-go -y --fix-missing
+ pipx ensurepath
+ pipx install codespell
32
- name: markdown-syntax
33
if: ${{ !env.ACT }}
34
0 commit comments