Compare commits

..

No commits in common. "a787b0f47f45f99ef37c3aede03effb16fc7f203" and "e15137fdab1815da5196b19eac51500a55c6d0c8" have entirely different histories.

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@v4 uses: actions/checkout@v3
- name: Check Metadata Lines in Scripts - name: Check Metadata Lines in Scripts
shell: bash shell: bash
run: | run: |