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
|
||||
'on':
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '/ct/*.sh'
|
||||
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Check Metadata Lines in Scripts
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user