From 634c68d556b16697bee0fc4f9e9ec17e7c51ff63 Mon Sep 17 00:00:00 2001 From: David Shanske Date: Sat, 5 Oct 2024 15:51:58 +0000 Subject: [PATCH] Missing entry --- .github/workflows/plugincheck.yml | 17 +++++++++-------- syndication-links.php | 1 + 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/plugincheck.yml b/.github/workflows/plugincheck.yml index 7be4f3e..44ef689 100644 --- a/.github/workflows/plugincheck.yml +++ b/.github/workflows/plugincheck.yml @@ -14,11 +14,12 @@ jobs: - name: Run plugin check uses: wordpress/plugin-check-action@v1 - exclude-directories: | - './bin' - './.github' - exclude-files: | - '.gitmodules' - '.gitattributes' - '.editorconfig' - '.eslintrc.js' + with: + exclude-directories: | + './bin' + './.github' + exclude-files: | + '.gitmodules' + '.gitattributes' + '.editorconfig' + '.eslintrc.js' diff --git a/syndication-links.php b/syndication-links.php index 4ea85bb..6c6d37c 100755 --- a/syndication-links.php +++ b/syndication-links.php @@ -10,6 +10,7 @@ * Author URI: http://david.shanske.com * Text Domain: syndication-links * Domain Path: /languages + * License: GPLv2 or later */ // Version Number Constant.