Skip to content

Commit f838b8c

Browse files
committed
Remove remaining use of tj-actions/changed-files
1 parent 68c6899 commit f838b8c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/linting.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ jobs:
7272
repository: ${{ github.repository }}
7373
ref: ${{ github.event.pull_request.head.sha }}
7474
fetch-depth: 0 # Fetch all history for all branches and tags
75-
- name: Get changed files
76-
id: changed-files
77-
uses: tj-actions/changed-files@v42
78-
with:
79-
files: |
80-
src/**
81-
tests/**
82-
examples/**
8375
- name: Restore uv cache
8476
uses: actions/cache@v4
8577
with:

0 commit comments

Comments
 (0)