Skip to content

added gd-translate command (#28) #152

added gd-translate command (#28)

added gd-translate command (#28) #152

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'