Skip to content

Commit

Permalink
Merge branch 'master' into add-resize-observer
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Oct 26, 2020
2 parents 3ed06f5 + 951d1df commit dfae872
Show file tree
Hide file tree
Showing 117 changed files with 1,627 additions and 2,304 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1

- run: npm install
- run: npm run build
- run: npm test
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,6 @@ __pycache__/
generated/
lib/
inputfiles/browser.webidl.json
.vscode
.vscode
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit dfae872

Please sign in to comment.