Skip to content

Commit cbe8ec2

Browse files
chore: clean-up pre-commit
1 parent a6448de commit cbe8ec2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- name: Check out the repo
16-
uses: actions/checkout@v4
17-
with:
18-
fetch-depth: 0
19-
repository: ${{ github.event.pull_request.head.repo.full_name }}
20-
ref: ${{ github.event.pull_request.head.ref }}
21-
22-
- name: Setup backend
15+
- uses: actions/checkout@v4
16+
- name: Setup
2317
id: setup
2418
uses: ./.github/actions/setup
2519

0 commit comments

Comments
 (0)