Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 883 Bytes

readme.md

File metadata and controls

36 lines (25 loc) · 883 Bytes

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 <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

steps:
  - uses: actions/checkout@v4
  - uses: nim-works/[email protected]
    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.