Skip to content

Commit

Permalink
feat: trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeDrain committed Nov 30, 2022
1 parent c139b07 commit e0fb940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
python --version
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Commit Lint
run: |
pip install gitlint==0.18.0
gitlint --contrib CT1 --ignore B6 -c ignore-by-author-name.regex=github-actions -c general.ignore-merge-commits=true
# - name: Commit Lint
# run: |
# pip install gitlint==0.18.0
# gitlint --contrib CT1 --ignore B6 -c ignore-by-author-name.regex=github-actions -c general.ignore-merge-commits=true
- name: Lint with pylint
run: |
pip install pylint
Expand Down

0 comments on commit e0fb940

Please sign in to comment.