mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 16:59:17 +00:00
Compare commits
2 Commits
e15137fdab
...
a787b0f47f
Author | SHA1 | Date | |
---|---|---|---|
|
a787b0f47f | ||
|
de6fea3398 |
4
.github/workflows/check-metadata.yml
vendored
4
.github/workflows/check-metadata.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Check Metadata
|
name: Check Metadata
|
||||||
'on':
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '/ct/*.sh'
|
- '/ct/*.sh'
|
||||||
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Check Metadata Lines in Scripts
|
- name: Check Metadata Lines in Scripts
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user