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

chore: bump crate-ci/typos from 1.17.2 to 1.31.1 #419

Merged
merged 4 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
2 changes: 2 additions & 0 deletions .github/typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default.extend-words]
muc = "muc" # For Munich location code
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
- name: Format
run: bun fmt:ci
- name: typos-action
uses: crate-ci/typos@v1.17.2
uses: crate-ci/typos@v1.31.1
with:
config: .github/typos.toml
- name: Lint
run: bun lint
# Disable version check until https://github.com/coder/modules/pull/426 is merged.
# This will alow us to use seperate versioning for each module without failing CI. The backend already supports that.
# This will allow us to use separate versioning for each module without failing CI. The backend already supports that.
# - name: Check version
# shell: bash
# run: |
Expand Down