Skip to content

docs: fix typo (#63) #103

docs: fix typo (#63)

docs: fix typo (#63) #103

Workflow file for this run

name: build
on:
push:
branch:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: "-P ./GitLab/scripts"
with:
scandir: './GitLab/scripts/'
check_together: 'yes'