/setup-nimskull

An action for setting up the Nimskull environment for use within Github Actions

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Setup Nimskull

An action for setting up the Nimskull environment for use within Github Actions. Currently, the action does the following:

  • Download and install a version of nimskull according to given spec and add it to PATH.

  • Register problem matchers for error outputs.

Usage

See action.yml for all supported inputs and outputs.

# Copyright 2022 leorize <leorize+oss@disroot.org>
#
# SPDX-License-Identifier: CC0-1.0

steps:
  - uses: actions/checkout@v4
  - uses: nim-works/setup-nimskull@0.1.0
    with:
      nimskull-version: "*" # The nimskull version to download, supports semver specification

License

Unless stated otherwise, scripts and documentations within this project are released under the GNU GPLv3 license.