File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 name : numtide
1515 authToken : ' '
16+
17+ - name : Load Nix development environment
18+ shell : bash
19+ run : nix develop --command true
Original file line number Diff line number Diff line change 2525 - name : Setup Nix
2626 uses : ./.github/actions/setup-nix
2727
28- - name : Initialise Nix environment
29- run : nix develop --command true
30-
3128 - name : Run Lint
3229 run : nix develop --command pnpm run lint
3330
Original file line number Diff line number Diff line change 1313 - name : Setup Nix
1414 uses : ./.github/actions/setup-nix
1515
16- - name : Install dependencies
17- run : nix develop --command pnpm install --frozen-lockfile
18-
1916 - name : 🚀 Dry Run Publish Package
2017 run : nix develop --command pnpm dlx pkg-pr-new publish --pnpm
Original file line number Diff line number Diff line change 4141 registry-url : ' https://registry.npmjs.org'
4242 node-version : lts/*
4343
44- - name : 💫 Install dependencies
45- run : nix develop --command pnpm install --frozen-lockfile
46-
4744 - name : 🚀 Publish package
4845 run : nix develop --command pnpm publish --provenance --no-git-checks --access public
You can’t perform that action at this time.
0 commit comments