Skip to content

add issue settings #138

add issue settings

add issue settings #138

Workflow file for this run

on:
workflow_dispatch:
pull_request:
push:
name: "Run Shellcheck"
permissions: read-all
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Run ShellCheck"
uses: ludeeus/action-shellcheck@master
with:
additional_files: 'gd-*.sh'