stale/.github/workflows/basic-validation.yml
aparnajyothi-y 28ca103628
Some checks failed
Basic validation / Basic validation (push) Failing after 0s
Check dist/ / Check dist/ (push) Failing after 0s
Code scanning / CodeQL analysis (push) Failing after 0s
e2e tests / dry-run-test (push) Successful in 10s
Licensed / Licensed (push) Failing after 0s
Upgrade Node to v20 (#1110)
* Upgrade to v20

* Fix for failed checks

* Fix for failed checks

* 8.0.0

* Packages degraded to older version

* licensed update

* format-check

* Updated the logic

* Format-check

* 9.0.0
2023-12-07 17:48:34 +05:30

20 lines
343 B
YAML

name: Basic validation
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main
- releases/*
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'