Skip to content

Commit

Permalink
Merge pull request #2 from ddotthomas/gui
Browse files Browse the repository at this point in the history
Merge updates from Gui branch to main
  • Loading branch information
ddotthomas authored Oct 19, 2023
2 parents ccd860a + e6b444a commit a019d67
Show file tree
Hide file tree
Showing 24 changed files with 3,742 additions and 1,225 deletions.
7 changes: 5 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ categories:
- title: "πŸ§ͺ Tests"
labels:
- "πŸ§ͺ Tests"
- title: "🚨 Security"
labels:
- "🚨 Security"
- title: "☁️ CI"
labels:
- "☁️ CI"
- title: "πŸ€– Dependabot"
- title: "πŸ€– Dependencies"
labels:
- "πŸ€– Dependabot"
- "πŸ€– Dependencies"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&'
version-resolver:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/enforce_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "πŸš€ Feature,πŸ’… ImprovementπŸ› Bug,πŸ“š Docs,πŸ§ͺ Tests,☁️ CI,🚨 seguranΓ§a,πŸ€– Dependabot"
REQUIRED_LABELS_ANY_DESCRIPTION: "It is necessary to add a label to your PR. This will help to categorize it and add a note on the release."
REQUIRED_LABELS_ANY: "πŸš€ Feature,πŸ’… Improvement,πŸ› Bug,πŸ“š Docs,πŸ§ͺ Tests,☁️ CI,🚨 Security,πŸ€– Dependencies"
REQUIRED_LABELS_ANY_DESCRIPTION: "It is necessary to add a label to your PR. This will help to categorize it and add a note on the release. Chose one of [πŸš€ Feature,πŸ’… Improvement,πŸ› Bug,πŸ“š Docs,πŸ§ͺ Tests,☁️ CI,🚨 Security,πŸ€– Dependencies]"
11 changes: 11 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features

spell_check:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2

- name: Writes changes in the local checkout
uses: crate-ci/typos@master
with:
write_changes: true
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/crate-ci/typos
rev: v1.14.5
hooks:
- id: typos
Loading

0 comments on commit a019d67

Please sign in to comment.