We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d56534 commit e4219baCopy full SHA for e4219ba
.github/workflows/linter.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Get changed JavaScript files
26
id: get_files
27
run: |
28
- CHANGED_FILES=$(git diff --name-only ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} -- '*.js')
+ CHANGED_FILES=$(git diff --diff-filter=ACMRT --name-only ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} -- '*.js')
29
echo "files<<EOF" >> $GITHUB_ENV
30
echo "$CHANGED_FILES" >> $GITHUB_ENV
31
echo "EOF" >> $GITHUB_ENV
0 commit comments