Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
eye

GitHub Action

Nasher4GH

v1.0.0

Nasher4GH

eye

Nasher4GH

Github action that utilises Nasher to build NWN modules

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Nasher4GH

uses: Ardesco/[email protected]

Learn more about this action in Ardesco/nasher4gh

Choose a version

Nasher For Github Actions

Github action to run nwn module builds using Nasher as a github action

Run nasher4gh

This action is a GH compatible wrapper for nasher (https://github.com/squattingmonk/nasher).

Basic usage to just build your module is as below:

name: Run CI Build

on:
  push:
    branches:
      - master

jobs:
  ci_build:
    runs-on: ubuntu-latest
    name: NWN:EE CI Build
    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Build module
        uses: Ardesco/nasher4gh@v1

This will run nasher pack --default

License

The Dockerfile and associated scripts and documentation in this project are released under the Apache-2.0 License.