Skip to content

Commit

Permalink
.github/workflows/codespell.yml:use pipx to install codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Jun 17, 2024
1 parent a66bcb8 commit afa6ae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
sudo apt list --upgradable
sudo apt upgrade -y
sudo apt update -y
sudo apt install apt-utils asciidoctor python3-pip golang-go -y
pip3 install -U codespell
sudo apt install apt-utils asciidoctor pipx python3-pip golang-go -y
pipx ensurepath
pipx install codespell
- name: markdown-syntax
if: ${{ !env.ACT }}
run: |
Expand Down

0 comments on commit afa6ae2

Please sign in to comment.