Skip to content

Remove icecast support (#9) #87

Remove icecast support (#9)

Remove icecast support (#9) #87

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