Skip to content

Commit

Permalink
changing a file
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH committed Sep 24, 2024
1 parent dee9899 commit 6f88738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-whitespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ "main" ]
paths:
- .github/workflows/check-whitespace.yaml
- '**/application.properties'
- 'mta-v7.x/**'

jobs:
check-whitespace:
Expand All @@ -15,16 +15,16 @@ jobs:
- uses: actions/checkout@v2

- name: Get Changed Files
id: get-chenged-files
id: get-changed-files
uses: tj-actions/verify-changed-files@v20
with:
files: |
**/application.properties
**application.properties
- name: Check white spaces scripts
env:
CHANGED_FILES: ${{ steps.get-chenged-files.outputs.files }}
CHANGED_FILES: ${{ steps.get-changed-files.outputs.files }}
run: |
tw_lines=""
Expand Down

0 comments on commit 6f88738

Please sign in to comment.