how to not allow merge in github when linting is failing in github actions

后端 未结 0 521
一整个雨季
一整个雨季 2021-02-19 19:11

We have built a github workflow where doing linting vai flake8 for project

- name: Lint with flake8
  run: |
    pip install flake8
    flake8  --count --ignore=W         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题