review updates

This commit is contained in:
Matthew Sevey 2022-04-06 15:27:36 -04:00
parent 075c8eac40
commit 05922d9c5a
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
2 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@ runs:
node-version: 16.x
- run: |
yarn
shell: bash
working-directory: ${{ inputs.working-directory }}
- run: |
yarn prettier --check .
shell: bash
working-directory: ${{ inputs.working-directory }}

View File

@ -82,12 +82,12 @@ jobs:
runs-on: ubuntu-latest
outputs:
# Check if the changed status of py is true
updates: steps.changes.outputs.py == 'true'
updates: steps.filter.outputs.py == 'true'
steps:
# Use paths-filter to determine which paths have changes
# https://github.com/dorny/paths-filter
- uses: dorny/paths-filter@v2
id: changes
id: filter
with:
filters: |
py: "**.py"