Skip to content

added as a new job to lookup formar fix iisues #107

added as a new job to lookup formar fix iisues

added as a new job to lookup formar fix iisues #107

name: pre-merge-checks
on:
push:
branches: test/issue#257-2
jobs:
Lint-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint-check
- run: npm run format-check
Lint-Fix:
needs: [Lint-Check]

Check failure on line 14 in .github/workflows/pre-commit-lint-check.yaml

View workflow run for this annotation

GitHub Actions / pre-merge-checks

Invalid workflow file

The workflow is not valid. .github/workflows/pre-commit-lint-check.yaml (Line: 14, Col: 5): Required property is missing: runs-on
steps:
- run: cat src/index.ts
- run: cat config/envVarCheck.ts
- run: npm run format-fix
- run: cat src/index.ts
- run: cat config/envVarCheck.ts