action eslint::white_heavy_check_mark:在Pull请求中更改的文件上运行ESLint的GitHub Action 源码
动作ESLint 在Pull请求中更改的文件上运行ESLint的GitHub Action。 用法 .github/workflows/lint.yml : name : Lint on : pull_request : push : branches : - master jobs : eslint : runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - uses : actions/setup-node@v2 with :
文件列表
action-eslint-master.zip
(预估有个18文件)
action-eslint-master
.eslintrc.yml
99B
.gitignore
3KB
.lintstagedrc.yml
32B
package.json
1KB
package-lock.json
77KB
src
index.ts
838B
getChangedFiles.ts
2KB
assets
暂无评论