Skip to content

Fix lint push action in dev branch.#174

Open
dmoore247 wants to merge 6 commits intomainfrom
dev
Open

Fix lint push action in dev branch.#174
dmoore247 wants to merge 6 commits intomainfrom
dev

Conversation

@dmoore247
Copy link
Collaborator

Cracked the code on git action, run stuff out of .venv/bin

@dmoore247 dmoore247 requested a review from erinaldidb January 24, 2026 01:10
@@ -0,0 +1,36 @@
name: Test and Lint Python Package
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the name

make style

- name: Install pre-commit
run: .venv/bin/pip install pre-commit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this as part of make dev

run: .venv/bin/pip install pre-commit

- name: Run pre-commit checks
run: .venv/bin/pre-commit run --all-files
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already part of make style so can be removed

Updated the workflow name and modified the linting steps to use 'make check' instead of pre-commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants