Skip to content

Commit bdf3ff8

Browse files
committed
refactor: make table a project-shaped STX stack
1 parent 1de3917 commit bdf3ff8

350 files changed

Lines changed: 89 additions & 16874 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121

2222
- name: Setup Bun
2323
uses: oven-sh/setup-bun@v2
24+
with:
25+
bun-version-file: package.json
2426

2527
- name: Setup Pantry
2628
uses: home-lang/pantry/packages/action@main
2729

2830
- name: Install Dependencies
29-
run: bun install
31+
run: bun install --frozen-lockfile
3032

3133
- name: Publish
3234
run: pantry publish --npm --access public
33-
env:
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

3636
- name: Create GitHub Release
3737
uses: stacksjs/action-releaser@v1.2.11

.stacks/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)