From 2833031cce9062ab1e43331ffffe40c5b1e3c5a6 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 9 Feb 2021 14:15:50 +0000 Subject: [PATCH] Build/Test Tools: Correct some inline documentation within GitHub Action files. This corrects several inaccuracies within the GitHub Action workflow files. See #50401. git-svn-id: https://develop.svn.wordpress.org/trunk@50268 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/coding-standards.yml | 4 +++- .github/workflows/end-to-end-tests.yml | 2 +- .github/workflows/javascript-tests.yml | 2 +- .github/workflows/verify-npm-on-windows.yml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 83097a158d..d286f5abf6 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -64,10 +64,12 @@ jobs: # Runs the JavaScript coding standards checks. # + # JSHint violations are not currently reported inline with annotations. + # # Performs the following steps: # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches) + # - Installs NodeJS 14. # - Sets up caching for NPM. # - Logs updated debug information. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 5769d52422..131dd6fa41 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -20,7 +20,7 @@ jobs: # - Set environment variables. # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). + # - Installs NodeJS 14. # - Sets up caching for NPM. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. # - Builds WordPress to run from the `build` directory. diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 1a331114aa..caba388d9f 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -14,7 +14,7 @@ jobs: # - Cancels all previous workflow runs for pull requests that have not completed. # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). + # - Installs NodeJS 14. # - Sets up caching for NPM. # - Logs updated debug information. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. diff --git a/.github/workflows/verify-npm-on-windows.yml b/.github/workflows/verify-npm-on-windows.yml index f403d2c628..3b3c4b22eb 100644 --- a/.github/workflows/verify-npm-on-windows.yml +++ b/.github/workflows/verify-npm-on-windows.yml @@ -17,7 +17,7 @@ jobs: # - Cancels all previous workflow runs for pull requests that have not completed. # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). + # - Installs NodeJS 14. # - Sets up caching for NPM. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. # - Builds WordPress to run from the `build` directory.