Skip to content

Commit

Permalink
Configuring with plone/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Jun 25, 2024
1 parent 55a3503 commit 19de2be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
uses: plone/meta/.github/workflows/qa.yml@main
test:
uses: plone/meta/.github/workflows/test.yml@main
with:

py-versions: '3.8'
coverage:
uses: plone/meta/.github/workflows/coverage.yml@main
dependencies:
uses: plone/meta/.github/workflows/dependencies.yml@main
release_ready:
uses: plone/meta/.github/workflows/release_ready.yml@main
circular:
Expand Down
10 changes: 10 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ commit-id = "a89af8f2"

[pyproject]
codespell_skip = "plone-*.cfg"

[github]
py_versions = "3.8"
jobs = [
"qa",
"test",
"coverage",
"release_ready",
"circular",
]

0 comments on commit 19de2be

Please sign in to comment.