-
Notifications
You must be signed in to change notification settings - Fork 22
39 lines (39 loc) · 1 KB
/
did-mailto.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
name: did-mailto
on:
push:
branches:
- main
paths:
- 'packages/did-mailto/**'
- 'packages/eslint-config-w3up/**'
- '.github/workflows/did-mailto.yml'
- 'pnpm-lock.yaml'
pull_request:
paths:
- 'packages/did-mailto/**'
- 'packages/eslint-config-w3up/**'
- '.github/workflows/did-mailto.yml'
- 'pnpm-lock.yaml'
jobs:
test:
name: Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/did-mailto
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
uses: pnpm/[email protected]
with:
version: 8
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- run: pnpm --filter '@web3-storage/did-mailto...' install
- run: pnpm --filter '@web3-storage/did-mailto' lint
- run: pnpm --filter '@web3-storage/did-mailto' test