Skip to content

Commit

Permalink
Merge branch 'main' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pls148 authored Dec 6, 2024
2 parents ef48025 + 6e30053 commit 7ce14fd
Show file tree
Hide file tree
Showing 100 changed files with 3,885 additions and 1,039 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Typos

on:
push:
branches:
- main
- release-*
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Repository

- name: typos-action
uses: crate-ci/typos@v1.28.2
5 changes: 5 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[files]
extend-exclude = [
"*.drawio",
"crates/orchestrator/run-config.toml"
]
Loading

0 comments on commit 7ce14fd

Please sign in to comment.