Skip to content

update noxfiles and READMEs #4

update noxfiles and READMEs

update noxfiles and READMEs #4

Workflow file for this run

name: Run CI on pgscatalog.core
on:
push:
paths:
- 'pgscatalog.core/**.py'
pull_request:
paths:
- 'pgscatalog.core/**.py'
jobs:
ci-core:
uses: ./.github/workflows/ci.yaml
with:
package-directory: "pgscatalog.core"