Skip to content

Commit adff533

Browse files
committed
job-static-check.yml: Remove code to checkout unused repos
The buildscripts and masterfiles repositories are not needed to perform static checks. Signed-off-by: Lars Erik Wik <[email protected]>
1 parent 2fceb94 commit adff533

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/job-static-check.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,6 @@ jobs:
1818
with:
1919
myToken: ${{ secrets.GITHUB_TOKEN }}
2020

21-
- name: Checkout Buildscripts
22-
uses: actions/checkout@v3
23-
with:
24-
repository: cfengine/buildscripts
25-
submodules: recursive
26-
path: buildscripts
27-
ref: ${{steps.together.outputs.buildscripts || github.base_ref || github.ref}}
28-
29-
- name: Checkout Masterfiles
30-
uses: actions/checkout@v3
31-
with:
32-
repository: cfengine/masterfiles
33-
submodules: recursive
34-
path: masterfiles
35-
ref: ${{steps.together.outputs.masterfiles || github.base_ref || github.ref}}
36-
3721
- name: Prepare Environment
3822
run: |
3923
sudo apt-get update && \

0 commit comments

Comments
 (0)