Skip to content

Refactor flake.nix and biome.jsonc files, update deploy and test work… #28

Refactor flake.nix and biome.jsonc files, update deploy and test work…

Refactor flake.nix and biome.jsonc files, update deploy and test work… #28

Workflow file for this run

on:
push:
branches: main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: HatsuneMiku3939/direnv-action@v1
- run: bun install
- run: tsc
- run: biome check --error-on-warnings
- run: bun test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}