Skip to content

Commit af06374

Browse files
authored
Merge pull request #34 from github/kendallg/add-event-detail-eventType
Add event detail - eventType to 'remote-input-success' customEvent
2 parents 4ec740a + b5e7c4f commit af06374

File tree

7 files changed

+5446
-3748
lines changed

7 files changed

+5446
-3748
lines changed

.github/workflows/pr.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Build and run tests
2+
3+
'on':
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types:
9+
- opened
10+
- synchronize
11+
12+
jobs:
13+
test:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- name: Install dependencies
18+
run: npm ci
19+
- name: Run build
20+
run: npm run build
21+
- name: Run test
22+
run: npm run test

0 commit comments

Comments
 (0)