Skip to content

Commit 93729c1

Browse files
committed
update ci
1 parent 4a3f193 commit 93729c1

File tree

3 files changed

+19
-96
lines changed

3 files changed

+19
-96
lines changed

.dockerignore

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

.github/workflows/ci.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
pull_request:
7+
8+
jobs:
9+
check:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: oven-sh/setup-bun@v1
16+
- run: |
17+
bun install
18+
bun format:ci
19+
bun lint:ci

.github/workflows/docker-publish.yml

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

0 commit comments

Comments
 (0)