Fixed CI typo

This commit is contained in:
AlexandreRouma 2021-09-20 19:03:48 +02:00
parent 841c31daf4
commit 9ee0951874

View File

@ -279,7 +279,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install codespell - name: Install codespell
run: apt update -y && apt install -y codespell run: sudo apt update -y && sudo apt install -y codespell
- name: Running codespell - name: Running codespell
run: cd $GITHUB_WORKSPACE && codespell -q 2 || true run: cd $GITHUB_WORKSPACE && codespell -q 2 || true