Skip to content

Pin [email protected] for check-plugin CI job

Pin [email protected] for check-plugin CI job #1184

Workflow file for this run

name: check-plugins-build
on:
pull_request:
branches:
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Validate Plugin build system
run: ./shell/scripts/test-plugins-build.sh
shell: bash