Skip to content

Commit

Permalink
Enable spelling test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and 3nids committed Sep 2, 2020
1 parent e4a767a commit 36dce1f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/code_layout.yml
Expand Up @@ -120,8 +120,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Indentation Test
run: ./scripts/spell_check/spell_test.sh
- name: Install Requirements
run: |
sudo apt install -y \
expect \
silversearcher-ag
- uses: jitterbit/get-changed-files@v1
id: changed_files
with:
format: space-delimited
token: ${{ secrets.GITHUB_TOKEN }}
- name: Spell Test
run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.added_modified }}

sip_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36dce1f

Please sign in to comment.