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.
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
Unless stated otherwise, scripts and documentations within this project are released under the GNU GPLv3 license.