ci: fix failing tests

This commit is contained in:
Kim, Jimin 2025-06-01 06:39:25 +09:00
parent 958fe3f3c8
commit 2c697ddc14
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 6 additions and 3 deletions

View file

@ -18,9 +18,10 @@ jobs:
shell: devenv shell bash -- -e {0} shell: devenv shell bash -- -e {0}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main - uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/flakehub-cache-action@main - uses: cachix/cachix-action@v14
- uses: DeterminateSystems/flake-checker-action@main with:
name: devenv
- name: Install devenv.sh - name: Install devenv.sh
run: nix profile install nixpkgs#devenv run: nix profile install nixpkgs#devenv
shell: bash -e {0} shell: bash -e {0}

View file

@ -1,12 +1,14 @@
{ {
// Spelling // Spelling
"cSpell.words": [ "cSpell.words": [
"cachix",
"callout", "callout",
"callouts", "callouts",
"deno", "deno",
"devenv", "devenv",
"direnv", "direnv",
"dompurify", "dompurify",
"dtinth",
"elasticlunr", "elasticlunr",
"fnref", "fnref",
"Fontawesome", "Fontawesome",