Skip to content

Commit e64aa62

Browse files
authored
Merge pull request #3 from callowayproject/add-indexing
Refactor factory and core modules
2 parents 2dcde9d + 0ccb1c8 commit e64aa62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+306943
-31495
lines changed

.changelog-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ release_hint_rules:
130130
- match_result: major
131131
grouping: Breaking Changes
132132
path: pybpmn_parser/*
133-
branch: master|main
133+
branch: master|main

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ indent_size = 2
2020
trim_trailing_whitespace = true
2121

2222
[Makefile]
23-
indent_style = tab
23+
indent_style = tab

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ body:
3030
options:
3131
- Linux
3232
- MacOS
33-
- Windows
33+
- Windows

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ body:
2323
id: additional-context
2424
attributes:
2525
label: Additional context
26-
description: Add any other context or screenshots about the feature request here.
26+
description: Add any other context or screenshots about the feature request here.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ updates:
1414
- package-ecosystem: "pip"
1515
directory: "/"
1616
schedule:
17-
interval: "weekly"
17+
interval: "weekly"

.github/workflows/build-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969

7070
- name: Upload package to PyPI
7171
uses: pypa/gh-action-pypi-publish@release/v1
72-
72+

.github/workflows/publish-docs-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
- name: Build and publish docs preview
4848
uses: rossjrw/pr-preview-action@v1
4949
with:
50-
source-dir: ./site/
50+
source-dir: ./site/

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939

4040
- name: Build and publish docs
4141
run: uv run mkdocs gh-deploy --strict
42-
42+

.github/workflows/release-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
7979
subject-digest: ${{ steps.push.outputs.digest }}
8080
push-to-registry: true
81-
81+

.github/workflows/release-github.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
files: dist/*
4242
tag_name: ${{ inputs.ref }}
43-
body_path: release-notes.md
43+
body_path: release-notes.md

0 commit comments

Comments
 (0)