Skip to content

Bump @types/eslint from 8.56.7 to 8.56.9 in /.github #70

Bump @types/eslint from 8.56.7 to 8.56.9 in /.github

Bump @types/eslint from 8.56.7 to 8.56.9 in /.github #70

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"
}