Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v6
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
with:
files: |
docs/**/*.md
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v6
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
with:
files: |
app/**/*.rb
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v6
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
with:
files: |
app/components/**/*.erb
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v6
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
with:
files: |
app/components/**/*.ts
Expand All @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v6
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
with:
files: |
app/components/**/*.pcss
Expand Down
Loading