Skip to content

add notice about blocklists #7

add notice about blocklists

add notice about blocklists #7

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- '**'
jobs:
check:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run shellcheck
run: ./shellcheck.sh