From 35595732b3a1be7c1733f5e42ac3cdbfd8e2a9d1 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Tue, 7 Jan 2025 12:29:28 -0800 Subject: [PATCH] Setup jazzsequence/action-validate-plugin-version (#483) --- .github/workflows/plugin-version.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/plugin-version.yml diff --git a/.github/workflows/plugin-version.yml b/.github/workflows/plugin-version.yml new file mode 100644 index 0000000..d0e9868 --- /dev/null +++ b/.github/workflows/plugin-version.yml @@ -0,0 +1,19 @@ +name: Validate "Tested Up To" + +on: + schedule: + - cron: '0 0 * * 0' + +permissions: + contents: write + pull-requests: write + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Validate Plugin Version + uses: jazzsequence/action-validate-plugin-version@v1.2.4 \ No newline at end of file