Skip to content

Fix lint push action in dev branch.#174

Open
dmoore247 wants to merge 6 commits into
mainfrom
dev
Open

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

Conversation

@dmoore247

Copy link
Copy Markdown
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
Comment thread .github/workflows/dev-push-lint.yml Outdated
@@ -0,0 +1,36 @@
name: Test and Lint Python Package

Copy link
Copy Markdown
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

Comment thread .github/workflows/dev-push-lint.yml Outdated
make style

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

Copy link
Copy Markdown
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

Comment thread .github/workflows/dev-push-lint.yml Outdated
run: .venv/bin/pip install pre-commit

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

Copy link
Copy Markdown
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.
@dmoore247 dmoore247 assigned dmoore247 and erinaldidb and unassigned dmoore247 May 27, 2026
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