Skip to content

redeem-nuggit: inline commit_nuggit function #163

redeem-nuggit: inline commit_nuggit function

redeem-nuggit: inline commit_nuggit function #163

Workflow file for this run

name: Test
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: shellcheck
run: shellcheck *.sh **/*.sh
- name: run tests
run: ./test.sh -v