From bfba97857305cdfde2867def6099a99700c3a3d1 Mon Sep 17 00:00:00 2001 From: olatechpro Date: Mon, 18 May 2026 10:43:58 +0100 Subject: [PATCH] Fix README naming mismatch in workflow sample. #6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b13b708..4e68345 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ jobs: uses: publishpress/github-workflows/.github/workflows/unit-tests.yml@ ``` -### Code checks example +### Code standards example ```yaml -name: Code Checks +name: Code Standards on: pull_request: @@ -50,8 +50,8 @@ permissions: contents: read jobs: - code_check: - uses: publishpress/github-workflows/.github/workflows/code-check.yml@ + code_standards: + uses: publishpress/github-workflows/.github/workflows/code-standards.yml@ ``` ### Deploy free plugin example