action lint pr 源码
动作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 : node-version : ' 14 ' - run : npm ci # or yarn install - uses : sibiraj-s/actio
文件列表
action-lint-pr-master.zip
(预估有个19文件)
action-lint-pr-master
.github
stylelint-matcher.json
422B
workflows
test.yml
630B
action.yml
1008B
src
index.ts
3KB
getChangedFiles.ts
3KB
.eslintrc.yml
99B
暂无评论