This commit is contained in:
@@ -6,15 +6,15 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Install Bun"
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
- name: "Install Node"
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
- name: "Clone repo"
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v4
|
||||
- name: "Install dependencies"
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
- name: "Lint TypeScript"
|
||||
- name: Lint TypeScript
|
||||
run: npm run lint:tsc
|
||||
|
||||
22
.gitea/workflows/test-build.yaml
Normal file
22
.gitea/workflows/test-build.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# name: Test build
|
||||
# run-name: Test build
|
||||
# on: [push]
|
||||
|
||||
# jobs:
|
||||
# lint:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Install Bun
|
||||
# uses: oven-sh/setup-bun@v1
|
||||
# - name: Install Node
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: "20"
|
||||
# - name: Clone repo
|
||||
# uses: actions/checkout@v4
|
||||
# - name: Install dependencies
|
||||
# run: bun install --frozen-lockfile
|
||||
# - name: Build
|
||||
# run: npm run build
|
||||
# - name: Pack
|
||||
# run: npm pack --dry-run
|
||||
Reference in New Issue
Block a user