Skip to content

fix: try something (please work) #17

fix: try something (please work)

fix: try something (please work) #17

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
name: "Run tests"
permissions: {}
jobs:
cli:
name: Test CLI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master