mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 17:29:16 +00:00
Compare commits
No commits in common. "a787b0f47f45f99ef37c3aede03effb16fc7f203" and "e15137fdab1815da5196b19eac51500a55c6d0c8" have entirely different histories.
a787b0f47f
...
e15137fdab
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@v4
|
uses: actions/checkout@v3
|
||||||
- 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