Skip to content

Commit

Permalink
Update code_layout action
Browse files Browse the repository at this point in the history
Replace inactive trilom/file-changes-action with tj-actions/changed-files for spell check
  • Loading branch information
DelazJ authored and nyalldawson committed Mar 23, 2023
1 parent 125483f commit 73f3300
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/code_layout.yml
Expand Up @@ -144,13 +144,12 @@ jobs:
sudo apt install -y \
expect \
silversearcher-ag
- uses: trilom/file-changes-action@v1.2.4
- uses: tj-actions/changed-files@v35
id: changed_files
with:
output: ' '
githubToken: ${{ secrets.GITHUB_TOKEN }}
separator: ' '
- name: Spell Test
run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.files_modified }} ${{ steps.changed_files.outputs.files_added }}
run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.all_changed_files }}

sip_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 73f3300

Please sign in to comment.