-
Notifications
You must be signed in to change notification settings - Fork 2
37 lines (34 loc) · 944 Bytes
/
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
name: Code Checks
on:
push:
env:
PUBLIC_LOCAL_SIGNER: ''
API_EOS_CHAIN: 'https://eos.greymass.com'
API_EOS_HISTORY: 'https://eos.greymass.com'
API_EOS_METRICS: 'https://unicove-eos.greymass.io/api'
API_JUNGLE4_CHAIN: 'https://jungle4.greymass.com'
API_JUNGLE4_HISTORY: 'https://jungle4.greymass.com'
API_KYLIN_CHAIN: 'https://kylin.greymass.com'
API_KYLIN_HISTORY: 'https://kylin.greymass.com'
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 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