Skip to content

Commit 4ab8957

Browse files
committed
test 16
1 parent c27396c commit 4ab8957

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/pkgcheck.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ on:
44
branches: [master]
55

66
jobs:
7-
clone:
8-
name: Checkout code
7+
build:
98
runs-on: [ self-hosted, linux ]
109
steps:
11-
- uses: actions/checkout@v4
12-
pkgcheck:
13-
name: Run pkgcheck
14-
runs-on: [ self-hosted, linux ]
15-
needs: clone
16-
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1714
- run: HOME="${RUNNER_TEMP}/_github_home" git config --global --add safe.directory /github/workspace
18-
- uses: pkgcore/pkgcheck-action@v1
15+
- name: Run pkgcheck
16+
uses: pkgcore/pkgcheck-action@v1
1917
with:
20-
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}
18+
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}

0 commit comments

Comments
 (0)