Changeset 53595 for branches/6.0/.github/workflows/coding-standards.yml
- Timestamp:
- 06/30/2022 04:24:58 PM (4 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
.github/workflows/coding-standards.yml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
- Property svn:mergeinfo changed
/trunk merged: 53581-53582,53592
- Property svn:mergeinfo changed
-
branches/6.0/.github/workflows/coding-standards.yml
r53112 r53595 64 64 steps: 65 65 - name: Checkout repository 66 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.066 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 67 67 68 68 - name: Set up PHP 69 uses: shivammathur/setup-php@ d37cc3048580de06099c81ded417530716a0d7ab # v2.18.069 uses: shivammathur/setup-php@3eda58347216592f618bb1dff277810b6698e4ca # v2.19.1 70 70 with: 71 71 php-version: '7.4' … … 85 85 86 86 - name: Cache PHPCS scan cache 87 uses: actions/cache@ 136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.187 uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4 88 88 with: 89 89 path: .cache/phpcs.json … … 116 116 # Performs the following steps: 117 117 # - Checks out the repository. 118 # - Logs debug information about the runner container.119 # - Installs NodeJS 14.118 # - Logs debug information about the GitHub Action runner. 119 # - Installs NodeJS. 120 120 # - Logs updated debug information. 121 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.121 # _ Installs NPM dependencies. 122 122 # - Run the WordPress JSHint checks. 123 123 # - Ensures version-controlled files are not modified or deleted. … … 132 132 steps: 133 133 - name: Checkout repository 134 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0134 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 135 135 136 136 - name: Log debug information … … 142 142 143 143 - name: Install NodeJS 144 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0144 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 145 145 with: 146 146 node-version-file: '.nvmrc'
Note: See TracChangeset
for help on using the changeset viewer.