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 68c6899 commit f838b8cCopy full SHA for f838b8c
.github/workflows/linting.yml
@@ -72,14 +72,6 @@ jobs:
72
repository: ${{ github.repository }}
73
ref: ${{ github.event.pull_request.head.sha }}
74
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/**
83
- name: Restore uv cache
84
uses: actions/cache@v4
85
with:
0 commit comments