Skip to content

Bump @tsconfig/strictest from 2.0.3 to 2.0.4 in /.github #55

Bump @tsconfig/strictest from 2.0.3 to 2.0.4 in /.github

Bump @tsconfig/strictest from 2.0.3 to 2.0.4 in /.github #55

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