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

ci: build: create the package github workflow #2

Merged
merged 12 commits into from
Feb 1, 2024
Merged

Conversation

storenth
Copy link
Owner

Add python-package.yml workflow to test it on ubuntu with python 3.7..3.9

@storenth storenth added the ci label Jan 22, 2024
@storenth
Copy link
Owner Author

storenth commented Feb 1, 2024

add ruff

name: Ruff
on: [ pull_request ]
jobs:
  ruff:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: chartboost/ruff-action@v1

@storenth storenth added the build label Feb 1, 2024
@storenth
Copy link
Owner Author

storenth commented Feb 1, 2024

Change python matrix since target was >=3.8

@storenth storenth self-assigned this Feb 1, 2024
@storenth
Copy link
Owner Author

storenth commented Feb 1, 2024

@storenth storenth merged commit 6efac34 into main Feb 1, 2024
5 checks passed
@storenth storenth deleted the ci-package-workflow branch February 2, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant