wasm-bindgen/.github/actions/setup-geckodriver/action.yml
Alex Crichton a086f9442d
Use GitHub Actions for CI (#2720)
* 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
2021-11-10 12:49:53 -06:00

7 lines
100 B
YAML

name: 'Setup Geckodriver'
description: 'Setup Geckodriver'
runs:
using: node12
main: 'main.js'