Skip to content

Rename repository and move actions #20

Rename repository and move actions

Rename repository and move actions #20

Workflow file for this run

name: Code Validation
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
github:
name: Node.js
uses: ./.github/workflows/nodejs-lint-reusable.yml
with:
npm-install-working-directory: .github
npm-install-check-enable: true
tsc-check-enable: true
tsc-parameters: >
{
"working-directory": ".github",
"arguments": "--noEmit\n-p\n./jsconfig.json"
}
eslint-check-enable: true
eslint-parameters: >
{
"working-directory": ".github"
}
prettier-check-enable: true
prettier-parameters: >
{
"working-directory": ".github"
}