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

Fix block comment formatting #5

Fix block comment formatting

Fix block comment formatting #5

Workflow file for this run

name: Shellcheck
permissions: {}
on:
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master