GitHub Action that installs huff-neo.
on: [push]
name: test
jobs:
check:
name: Huff project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install huff-neo
uses: cakevm/huff-neo-toolchain@v1
- name: Compile
run: huff-neo . -b| Name | Required | Description | Type |
|---|---|---|---|
version |
No | Version to install, e.g. latest or 1.0.0 |
string |
platform |
No | Platform to use e.g. unknown-linux-gnu |
string |
You can add the output of hnc to GitHub step summaries. The summaries support GitHub flavored Markdown.
See the official GitHub docs for more information.
All contributions are welcome.
Make sure to install ncc in order to generate the build:
npm i -g @vercel/nccThank you very much to the original huff-toolchain for the initial version. And many thanks to foundry-toolchain for the foundation of this action.
The project is licensed as the original huff-toolchain under the Apache 2.0 license.