Skip to content

Commit 11f7dc5

Browse files
committed
add ci
1 parent cb4bf90 commit 11f7dc5

File tree

3 files changed

+63
-81
lines changed

3 files changed

+63
-81
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/meta.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
##

.github/workflows/plone-package.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)