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 a6448de commit cbe8ec2Copy full SHA for cbe8ec2
.github/workflows/pre-commit.yml
@@ -12,14 +12,8 @@ jobs:
12
timeout-minutes: 10
13
14
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
+ - uses: actions/checkout@v4
+ - name: Setup
23
id: setup
24
uses: ./.github/actions/setup
25
0 commit comments