Skip to content

Bump actions/setup-node from 4.0.0 to 4.0.1 #39

Bump actions/setup-node from 4.0.0 to 4.0.1

Bump actions/setup-node from 4.0.0 to 4.0.1 #39

Workflow file for this run

name: 'test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Simulate a build step
run: |
mkdir build/
mv hello.php build/
- name: Run plugin check
uses: ./
continue-on-error: true # Since we expect it to always fail for the test plugin.
with:
build-dir: 'build'
- name: Run plugin check
uses: ./
continue-on-error: true # Since we expect it to always fail for the test plugin.
with:
build-dir: 'build'
exclude-checks: |
late_escaping
plugin_readme
include-experimental: true