Skip to content

Commit

Permalink
Merge pull request #34 from github/kendallg/add-event-detail-eventType
Browse files Browse the repository at this point in the history
Add event detail - eventType to 'remote-input-success' customEvent
  • Loading branch information
jonrohan authored Apr 8, 2024
2 parents 4ec740a + b5e7c4f commit af06374
Show file tree
Hide file tree
Showing 7 changed files with 5,446 additions and 3,748 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build and run tests

'on':
push:
branches:
- main
pull_request:
types:
- opened
- synchronize

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- name: Run test
run: npm run test
Loading

0 comments on commit af06374

Please sign in to comment.