Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Integrate typos instead of CSpell
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 31, 2023
1 parent 138408f commit dad044d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dprint.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ jobs:
with:
# Keep same version as used in *.nix
dprint-version: '0.39.1'

typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Keep same version as used in *.nix
- uses: crate-ci/typos@v1.16.1
with:
files: |
.
.github
.vscode
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github.vscode-github-actions",
"editorconfig.editorconfig",
"dprint.dprint",
"streetsidesoftware.code-spell-checker",
"tekumara.typos-vscode",
"jnoortheen.nix-ide"
]
}
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@
"command": ["nixpkgs-fmt"]
}
}
},
"cSpell.words": [
"dprint"
]
}
}
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
nixpkgs-fmt
dprint
actionlint
typos
];
};
}
Expand Down

0 comments on commit dad044d

Please sign in to comment.