1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 02:39:43 +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:
Gregor Santner 2021-11-05 04:24:52 +01:00 committed by James Addison
parent 774c5bec59
commit d623eeff26

View file

@ -24,7 +24,6 @@ jobs:
- name: "Checkout: Code"
uses: actions/checkout@v2
- name: "Checkout: Code (PR)"
uses: actions/checkout@v2
if: "contains(github.event_name, 'pull_request')"
@ -37,6 +36,9 @@ jobs:
with:
java-version: 1.8
- name: "Setup: Install additional dependencies"
run: sudo apt-get install -y ispell
- name: "Cache: Gradle"
uses: actions/cache@v2
with: