mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-11 23:52:03 +03:00
a086f9442d
* Use GitHub Actions for CI This commit migrates away from Azure Pipelines to GitHub Actions. I've attempted to make sure everything is still tested and the various auto-release mechanisms still work as well. Time will tell for sure though! * Tweak branch listings
7 lines
100 B
YAML
7 lines
100 B
YAML
name: 'Setup Geckodriver'
|
|
description: 'Setup Geckodriver'
|
|
|
|
runs:
|
|
using: node12
|
|
main: 'main.js'
|