8000 Create npm-grunt.yml · Bgettinger/setup-python@0fda009 · GitHub
[go: up one dir, main page]

Skip to content

Create npm-grunt.yml #1

Create npm-grunt.yml

Create npm-grunt.yml #1

name: Basic validation
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20.x'
0