Skip to content

Commit cb239c9

Browse files
committed
chore: Refactor file and directory names for improved organization and consistency
- Rename `typos.toml` to `.typos.toml` - Ignore `CONTRIBUTING.md` in the `.gitignore` - Add `.typos.toml` to the `.gitignore` - Fix typo in workflow file name `.github/workflows/lint.yml`
1 parent b2e1c20 commit cb239c9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check spelling with custom config file
2121
uses: crate-ci/typos@master
2222
with:
23-
config: ./typos.toml
23+
config: ./.typos.toml
2424

2525
- name: Lint
2626
uses: golangci/golangci-lint-action@v3

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ hack-browser-data
204204
!CONTRIBUTING.md
205205

206206
# CICD Config
207-
!typos.toml
207+
!.typos.toml
File renamed without changes.

0 commit comments

Comments
 (0)