Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit e175b1a

Browse files
chore: bump crate-ci/typos from 1.17.2 to 1.31.1 (#419)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent b3d50ac commit e175b1a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
commit-message:
8+
prefix: "chore"

.github/typos.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[default.extend-words]
2+
muc = "muc" # For Munich location code

.github/workflows/ci.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ jobs:
4848
- name: Format
4949
run: bun fmt:ci
5050
- name: typos-action
51-
uses: crate-ci/typos@v1.17.2
51+
uses: crate-ci/typos@v1.31.1
52+
with:
53+
config: .github/typos.toml
5254
- name: Lint
5355
run: bun lint
5456
# Disable version check until https://github.com/coder/modules/pull/426 is merged.
55-
# This will alow us to use seperate versioning for each module without failing CI. The backend already supports that.
57+
# This will allow us to use separate versioning for each module without failing CI. The backend already supports that.
5658
# - name: Check version
5759
# shell: bash
5860
# run: |

0 commit comments

Comments
 (0)