Skip to content

Trim filename based test names to just the basename #8

Trim filename based test names to just the basename

Trim filename based test names to just the basename #8

Workflow file for this run

# SPDX-FileCopyrightText: 2022-2024 Paul Colby <git@colby.id.au>
# SPDX-License-Identifier: MIT
name: Lint Checks
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: shellcheck --enable=all --norc test/test.sh