Skip to content

Commit 5c0f120

Browse files
committed
chore: update dependencies, add tests for nix and update the hash
1 parent b238f69 commit 5c0f120

5 files changed

Lines changed: 1002 additions & 542 deletions

File tree

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ jobs:
2727
if: runner.os == 'Linux'
2828
- run: npm test
2929
if: runner.os != 'Linux'
30+
31+
test-nix:
32+
strategy:
33+
matrix:
34+
os: [macos-latest, ubuntu-latest]
35+
runs-on: ${{ matrix.os }}
36+
steps:
37+
- uses: actions/checkout@v4
38+
- uses: DeterminateSystems/nix-installer-action@main
39+
- uses: DeterminateSystems/magic-nix-cache-action@main
40+
- uses: DeterminateSystems/flake-checker-action@main
41+
- run: nix build -L

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ node_modules
44
.vscode-test/
55
*.vsix
66
vsc-extension-quickstart.md
7-
.DS_Store
7+
.DS_Store
8+
9+
# Direnv
10+
.direnv/
11+
12+
# Nix result
13+
result

0 commit comments

Comments
 (0)