Skip to content

Commit

Permalink
not just most recent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gardnerjr committed Jun 22, 2024
1 parent 23af93d commit 73071e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/template-warnings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:
uses: tj-actions/changed-files@v44
# To compare changes between the current commit and the last pushed remote commit set `since_last_remote_commit: true`. e.g
with:
since_last_remote_commit: true
# since_last_remote_commit: true
files: |
**.workbook
- name: Use Node.js ${{ matrix.node-version }}
if: steps.changed-workbook-files.outputs.any_changed == 'true'
env:
CHANGED_WORKBOOK_FILES: ${{ steps.changed-workbook-files.outputs.all_changed_files }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run analyze $CHANGED_WORKBOOK_FILES
- run: npm run analyze ${{ steps.changed-workbook-files.outputs.all_changed_files }}

0 comments on commit 73071e6

Please sign in to comment.