Skip to content

buildsetup: print step name #292

buildsetup: print step name

buildsetup: print step name #292

Workflow file for this run

name: Test
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
# uses: actions/checkout@v5
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: shellcheck original files
run: shellcheck *.sh **/*.sh
- name: build
run: ./build.sh -v -v
- name: shellcheck built files
run: shellcheck tutorial/.git/redeem.nuggit tutorial/.git/nuggit-src/hooks/* tutorial/.git/*.sh
- name: run tests
run: ./test.sh -v