Use the MetaGraf mg
tool in GitHub Actions.
This actions sets up and installs MetaGraf.
Basic:
steps:
- uses: norsk-tipping/action-setup-metagraf@main
with:
version: '0.1.11' # version is optional, default is latest
- run: mg
Source code lives in src/index.js
and is built by running yarn build
.
Both src/index.js
as well as dist/index.js
should be checked in and committed.
The scripts and documentation in this project are released under the
Contributions are welcome!