Skip to content

Commit

Permalink
chore: update dependencies, add tests for nix and update the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Aug 28, 2024
1 parent b238f69 commit 5c0f120
Show file tree
Hide file tree
Showing 5 changed files with 1,002 additions and 542 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ jobs:
if: runner.os == 'Linux'
- run: npm test
if: runner.os != 'Linux'

test-nix:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix build -L
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ node_modules
.vscode-test/
*.vsix
vsc-extension-quickstart.md
.DS_Store
.DS_Store

# Direnv
.direnv/

# Nix result
result
Loading

0 comments on commit 5c0f120

Please sign in to comment.