mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 10:49:42 +02:00
Add spellchecking capabilities for strings.xml to Makefile & CI/CD, by @gsantner
(cherry picked from commit ac08c4f75b275c576670f0af74c1c4b4a3432e47) Conflicts: Makefile
This commit is contained in:
parent
774c5bec59
commit
d623eeff26
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-android-project.yml
vendored
4
.github/workflows/build-android-project.yml
vendored
|
@ -24,7 +24,6 @@ jobs:
|
||||||
- name: "Checkout: Code"
|
- name: "Checkout: Code"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
||||||
- name: "Checkout: Code (PR)"
|
- name: "Checkout: Code (PR)"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
if: "contains(github.event_name, 'pull_request')"
|
if: "contains(github.event_name, 'pull_request')"
|
||||||
|
@ -37,6 +36,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
|
||||||
|
- name: "Setup: Install additional dependencies"
|
||||||
|
run: sudo apt-get install -y ispell
|
||||||
|
|
||||||
- name: "Cache: Gradle"
|
- name: "Cache: Gradle"
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue