- Notifications
You must be signed in to change notification settings - Fork 0
Latest commit
30 lines (24 loc) · 712 Bytes
/
Copy pathvalidate.yml
File metadata and controls
30 lines (24 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Validate plugin
# Transient "Failed to resolve action download info / Service Unavailable" is a
# GitHub Actions marketplace outage — re-run via Actions → Re-run, or workflow_dispatch.
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: validate-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Verify Node (runner image)
run: |
node --version
node scripts/ci-validate.mjs