Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Oct 26, 2023
1 parent dec211c commit 78e3423
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 159 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/localizable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,20 @@ jobs:
run: |
source ./generate-localizable-strings-file.sh
- name: Install dependencies
run: |
pip3 install --upgrade pip setuptools
pip3 install pyspelling
brew install aspell
- name: Spell check
run: |
python3 -m pyspelling
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files
if: always()
with:
fail-if-changed: true
files: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Spellcheck
name: Spelling

on:
push:
Expand All @@ -16,6 +16,7 @@ concurrency:

jobs:
spelling:
name: Check spelling
runs-on: ubuntu-latest

steps:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/swiftlint.yml

This file was deleted.

134 changes: 0 additions & 134 deletions .github/workflows/uitests.yml

This file was deleted.

0 comments on commit 78e3423

Please sign in to comment.