Skip to content

lib: move store_nuggits into a function instead of a script #157

lib: move store_nuggits into a function instead of a script

lib: move store_nuggits into a function instead of a script #157

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