1. 首页
  2. 数据库
  3. 其它
  4. action lint pr 源码

action lint pr 源码

上传者: 2021-05-04 15:36:09上传 ZIP文件 140.65KB 热度 14次
动作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
下载地址
用户评论