Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ runs:
with:
name: numtide
authToken: ''

- name: Load Nix development environment
shell: bash
run: nix develop --command true
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Setup Nix
uses: ./.github/actions/setup-nix

- name: Initialise Nix environment
run: nix develop --command true

- name: Run Lint
run: nix develop --command pnpm run lint

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/dry-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ jobs:
- name: Setup Nix
uses: ./.github/actions/setup-nix

- name: Install dependencies
run: nix develop --command pnpm install --frozen-lockfile

- name: 🚀 Dry Run Publish Package
run: nix develop --command pnpm dlx pkg-pr-new publish --pnpm
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,5 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version: lts/*

- name: 💫 Install dependencies
run: nix develop --command pnpm install --frozen-lockfile

- name: 🚀 Publish package
run: nix develop --command pnpm publish --provenance --no-git-checks --access public
Loading