-
Notifications
You must be signed in to change notification settings - Fork 1
48 lines (45 loc) · 1.02 KB
/
check.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Code Checks
on:
push:
env:
PUBLIC_LOCAL_SIGNER: ''
API_EOS_CHAIN: ''
API_EOS_HISTORY: ''
API_EOS_METRICS: ''
API_JUNGLE4_CHAIN: ''
API_JUNGLE4_HISTORY: ''
API_KYLIN_CHAIN: ''
API_KYLIN_HISTORY: ''
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint
types:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build-paraglide
- run: bunx tsc --noemit
sveltekit-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build-paraglide
- run: bun run check