mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
parent
29f7b769e1
commit
f7c8b437e9
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Biome Check
|
name: Build, Lint, Format & Publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
@ -42,3 +42,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
HUSKY: 0
|
HUSKY: 0
|
||||||
|
|
||||||
|
- name: Publish in pkg.pr.new
|
||||||
|
run: pnpx pkg-pr-new publish
|
||||||
|
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
|
25
.github/workflows/pkg.yml
vendored
25
.github/workflows/pkg.yml
vendored
@ -1,25 +0,0 @@
|
|||||||
name: Publish Any Commit
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: check out code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install Node
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20.x'
|
|
||||||
registry-url: 'https://registry.npmjs.org'
|
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
|
||||||
with:
|
|
||||||
version: 9
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pnpm install --frozen-lockfile
|
|
||||||
|
|
||||||
- run: pnpx pkg-pr-new publish
|
|
30
.github/workflows/transpile.yml
vendored
30
.github/workflows/transpile.yml
vendored
@ -1,30 +0,0 @@
|
|||||||
name: Transpile code
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Transpile code
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: check out code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install Node
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20.x'
|
|
||||||
registry-url: 'https://registry.npmjs.org'
|
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
|
||||||
with:
|
|
||||||
version: 9
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pnpm install --frozen-lockfile
|
|
Loading…
x
Reference in New Issue
Block a user