Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI/CD support using GitHub Actions #30

Merged
merged 15 commits into from
Oct 13, 2023
Merged

Add CI/CD support using GitHub Actions #30

merged 15 commits into from
Oct 13, 2023

Conversation

gridhead
Copy link
Member

@gridhead gridhead commented Oct 11, 2023

Add CI/CD support using GitHub Actions

Fixes #28

@gridhead gridhead self-assigned this Oct 11, 2023
@gridhead gridhead added the hacktoberfest So your PR wasn't a spam after all... label Oct 11, 2023
@onuralpszr
Copy link
Collaborator

@gridhead conflict needs to fix :)

@onuralpszr
Copy link
Collaborator

@gridhead you have 2 different CI but you do same thing mostly in the beginning so you can merge it.

@gridhead
Copy link
Member Author

@onuralpszr I will merge #27 first and then this one.

Signed-off-by: Akashdeep Dhar <[email protected]>
.github/workflows/main.yml Outdated Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
Copy link
Member

@abompard abompard left a comment

Choose a reason for hiding this comment

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

FYI, you can configure the tests that ruff runs in pyproject.toml to include the I and the S:

[tool.ruff]
select = ["E", "F", "W", "I", "S", "B", "UP"]
line-length = 100

pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
@gridhead gridhead merged commit 43a279b into main Oct 13, 2023
5 checks passed
@gridhead gridhead deleted the cicd branch October 16, 2023 16:12
gridhead added a commit that referenced this pull request Dec 13, 2023
Add CI/CD support using GitHub Actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest So your PR wasn't a spam after all...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run tests and checks as a part of the GitHub Actions feature
3 participants