Compare commits

...

2 Commits

Author SHA1 Message Date
Kristo Copani
a787b0f47f
Update .github/workflows/check-metadata.yml
Co-authored-by: Sébastiaan <se_bastiaan@outlook.com>
2025-01-01 14:26:49 +02:00
Kristo Copani
de6fea3398
Update .github/workflows/check-metadata.yml
Co-authored-by: Sébastiaan <se_bastiaan@outlook.com>
2025-01-01 14:26:37 +02:00

View File

@ -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: |