-
Notifications
You must be signed in to change notification settings - Fork 2
44 lines (41 loc) · 1.03 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
name: Code Checks
on:
push:
env:
PUBLIC_ENVIRONMENT: 'development'
PUBLIC_LOCAL_SIGNER: ''
PUBLIC_ACCOUNT_UPDATE_INTERVAL: 3000
PUBLIC_NETWORK_UPDATE_INTERVAL: 3000
PUBLIC_METAMASK_SNAP_ORIGIN: 'npm:@greymass/eos-wallet'
PUBLIC_METAMASK_SERVICE_URL: 'https://eos.account.unicove.com/buy'
API_EOS_CHAIN: ''
API_EOS_HISTORY: ''
API_EOS_LIGHTAPI: ''
API_EOS_METRICS: ''
API_JUNGLE4_CHAIN: ''
API_JUNGLE4_HISTORY: ''
API_KYLIN_CHAIN: ''
API_KYLIN_HISTORY: ''
jobs:
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
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