Skip to content

Test on macOS 14 too #9

Test on macOS 14 too

Test on macOS 14 too #9

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