File tree Expand file tree Collapse file tree 3 files changed +63
-81
lines changed
Expand file tree Collapse file tree 3 files changed +63
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Generated from:
2+ # https://github.com/plone/meta/tree/main/config/default
3+ # See the inline comments on how to expand/tweak this configuration file
4+ name : Meta
5+ on :
6+ push :
7+ branches :
8+ - master
9+ - main
10+ pull_request :
11+ branches :
12+ - master
13+ - main
14+ workflow_dispatch :
15+
16+ # #
17+ # To set environment variables for all jobs, add in .meta.toml:
18+ # [github]
19+ # env = """
20+ # debug: 1
21+ # image-name: 'org/image'
22+ # image-tag: 'latest'
23+ # """
24+ # #
25+
26+ jobs :
27+ qa :
28+ uses : plone/meta/.github/workflows/qa.yml@main
29+ # #
30+ # To modify the list of default jobs being created add in .meta.toml:
31+ # [github]
32+ # jobs = [
33+ # "qa",
34+ # "test",
35+ # "coverage",
36+ # "dependencies",
37+ # "release_ready",
38+ # "circular",
39+ # ]
40+ # #
41+
42+ # #
43+ # To request that some OS level dependencies get installed
44+ # when running tests/coverage jobs, add in .meta.toml:
45+ # [github]
46+ # os_dependencies = "git libxml2 libxslt"
47+ # #
48+
49+ # #
50+ # To test against a specific matrix of python versions
51+ # when running tests jobs, add in .meta.toml:
52+ # [github]
53+ # py_versions = "['3.12', '3.11']"
54+ # #
55+
56+ # #
57+ # Specify additional jobs in .meta.toml:
58+ # [github]
59+ # extra_lines = """
60+ # another:
61+ # uses: org/repo/.github/workflows/file.yml@main
62+ # """
63+ # #
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments