Skip to content

Commit

Permalink
Update lint_and_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirdaaee authored Jan 8, 2024
1 parent c73ae19 commit ddc5147
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Python Lint and Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down Expand Up @@ -32,4 +29,4 @@ jobs:
- name: Compare docs
run: |
poetry run pdoc3 -o ./docs_new --html crossense
diff -r ./docs ./docs_new || exit 1
diff -r ./docs ./docs_new || exit 1

0 comments on commit ddc5147

Please sign in to comment.