storenth / pnk

Produce a combination of subdomains without repetitions - generates permutations P(n,k)
MIT License
2 stars 0 forks source link

ci: build: create the package github workflow #2

Closed storenth closed 7 months ago

storenth commented 7 months ago

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

storenth commented 7 months ago

add ruff

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

Change python matrix since target was >=3.8

storenth commented 7 months ago

Resolves https://github.com/users/storenth/projects/4?pane=issue&itemId=51925294