Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

update(doc): change tag format #57

update(doc): change tag format

update(doc): change tag format #57

Workflow file for this run

name: Shell
on:
push:
paths:
- '*.sh'
permissions: {}
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s sh