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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

053c4ce · Jun 4, 2024

History

50 Commits
Jun 4, 2024
Mar 11, 2022
Mar 11, 2022
Jun 4, 2024
Jan 31, 2024
Mar 11, 2022
Mar 12, 2022
Mar 11, 2022
Jan 31, 2024
Jan 31, 2024
Jun 4, 2024
Mar 11, 2022
Jun 4, 2024
Mar 11, 2022
Jan 31, 2024
Jan 31, 2024
Nov 5, 2023
Mar 11, 2022

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.