chore(deps): update eslint dependencies to v6 (major) - autoclosed #293
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint & Compile test code | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- "**" | |
jobs: | |
lint-compile: | |
uses: Hazmi35/workflows/.github/workflows/pnpm-eslint-typescript.yml@master | |
secrets: inherit |