From e545de8484a29d7fdcf07061c549461f88d09805 Mon Sep 17 00:00:00 2001 From: ripytide Date: Sun, 20 Oct 2024 21:14:09 +0100 Subject: [PATCH] ci: remove committed --- .github/workflows/ci.yml | 5 ----- committed.toml | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 committed.toml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f768834..d8d6cf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,3 @@ jobs: steps: - uses: actions/checkout@v4 - uses: crate-ci/typos@master - committed: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: crate-ci/committed@master diff --git a/committed.toml b/committed.toml deleted file mode 100644 index 4211ae3..0000000 --- a/committed.toml +++ /dev/null @@ -1,3 +0,0 @@ -style="conventional" -ignore_author_re="(dependabot|renovate)" -merge_commit = false