Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed May 22, 2024
1 parent b3f6030 commit ad850cc
Show file tree
Hide file tree
Showing 6 changed files with 6,726 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
uses: plone/meta/.github/workflows/qa.yml@main
test:
uses: plone/meta/.github/workflows/test.yml@main
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
8 changes: 8 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ commit-id = "721299ce"

[pyproject]
codespell_skip = "*.js,*.min.js,*.min.js.map,*.min.css.map,*.svg,*.lock,*.json"

[github]
jobs = [
"qa",
"test",
"release_ready",
"circular",
]
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
exclude Makefile *.cfg *.in *.nix *.sh *.conf *.js *.json Procfile .jshintrc *-mxdev.txt .installed.txt
include *.py
include *.rst
include *.txt
include .coveragerc
include buildout.cfg
include *.yaml
include Makefile
include mx.ini
recursive-include images *.gif
recursive-include docs *.GPL
Expand All @@ -20,4 +20,4 @@ global-exclude *.pyc
global-exclude *.yarn-integrity
global-exclude cypress.json
global-exclude cypress/**/*
exclude *-mxdev.txt
global-exclude node_modules/**
2 changes: 2 additions & 0 deletions forest.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
strict digraph "" {
}
Loading

0 comments on commit ad850cc

Please sign in to comment.