kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Fixed CI typo
rodzic
841c31daf4
commit
9ee0951874
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue