Skip to content

CI

CI #11

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
lint:
name: Run ShellCheck
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4
- name: Lint
uses: azohra/shell-linter@latest
with:
exclude-paths: LICENSE