Skip to content

rename "challenge" output dir to "tutorial" #138

rename "challenge" output dir to "tutorial"

rename "challenge" output dir to "tutorial" #138

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