Skip to content

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

License

Notifications You must be signed in to change notification settings

nim-works/setup-nimskull

Repository files navigation

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published