Skip to content

Commit

Permalink
Parse full animation-range syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesodland committed Oct 12, 2024
1 parent 398b1f6 commit 82f8ac3
Show file tree
Hide file tree
Showing 10 changed files with 2,812 additions and 256 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build
run: "npm run build"
- name: Unit tests
run: "npm run test:unit"
- name: Checkout WPT
run: "npm run test-setup"
- name: WPT hosts
Expand Down
Loading

0 comments on commit 82f8ac3

Please sign in to comment.