Skip to content

We only have ogg now #76

We only have ogg now

We only have ogg now #76

Workflow file for this run

name: linter
on:
pull_request:
paths:
- '**.sh'
push:
paths:
- '**.sh'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: azohra/shell-linter@latest