Skip to content
This repository has been archived by the owner on Oct 28, 2018. It is now read-only.
/ wpt-idl-importer Public archive

Auto-updater of interfaces/*.idl in web-platform-tests

Notifications You must be signed in to change notification settings

foolip/wpt-idl-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interfaces/*.idl auto-updater

This repo copies *.idl files from reffy-reports into interfaces/ in wpt.

Running locally

You need Python 2 and pip:

sudo apt install python python-pip

Then install the dependencies:

pip install --user -r requirements.txt

The python scripts need GH_TOKEN environment variable set to a personal access token with the "Access public repositories" (public_repo) scope enabled.

Then, run bash update.sh.

About

Auto-updater of interfaces/*.idl in web-platform-tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages