Skip to content

Commit d6768b4

Browse files
authored
Merge pull request #424 from ensdomains/feat/ur-deployment
Add new deployment of the Universal Resolver
2 parents 2f231fb + a1d4aee commit d6768b4

File tree

9 files changed

+3598
-691
lines changed

9 files changed

+3598
-691
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ jobs:
2020

2121
- name: Run wikiCheck
2222
run: bun run wikiCheck
23+
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/checkout@v4
28+
29+
- name: Use Bun 1.2.0
30+
uses: oven-sh/setup-bun@v2
31+
with:
32+
bun-version: 1.2.0
33+
34+
- run: bun install --frozen-lockfile
35+
36+
- name: Run tests
37+
run: bun run build
38+
2339
test:
2440
runs-on: ubuntu-latest
2541
steps:

0 commit comments

Comments
 (0)