Skip to content

Commit

Permalink
Remove duplicate steps from master workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Jan 24, 2024
1 parent 1a48347 commit a1c7b04
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,6 @@ jobs:
- name: Build
run: make build

- name: Formatting check (black)
run: make check-fmt

- name: Imports ordering check (isort)
run: make check-imports

- name: Lint Python check (pylint)
run: make check-lint-python

- name: Type check (mypy)
run: make check-type

- name: Test
run: make test

- name: Publish a Python distribution to PyPI
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit a1c7b04

Please sign in to comment.