Skip to content

Bump eslint-plugin-github from 5.0.1 to 5.0.2 #391

Bump eslint-plugin-github from 5.0.1 to 5.0.2

Bump eslint-plugin-github from 5.0.1 to 5.0.2 #391

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: Run plugin check (default)
uses: ./
continue-on-error: true # Since we expect it to always fail for the test plugin.
with:
build-dir: 'tests/fixtures/hello-dolly-copy'
- name: Run plugin check (exclude checks)
uses: ./
continue-on-error: true # Since we expect it to always fail for the test plugin.
with:
build-dir: 'tests/fixtures/hello-dolly-copy'
exclude-checks: |
late_escaping
plugin_readme
include-experimental: true
- name: Run plugin check (trunk)
uses: ./
continue-on-error: true # Since we expect it to always fail for the test plugin.
with:
build-dir: 'tests/fixtures/hello-dolly-copy'
wp-version: 'trunk'
- name: Run plugin check (plugin dependencies)
uses: ./
continue-on-error: true # Since we expect it to always fail for the test plugin.
with:
build-dir: 'tests/fixtures/plugin-with-dependencies'