Skip to content

[fix] fix lint error #4

[fix] fix lint error

[fix] fix lint error #4

Workflow file for this run

name: shellcheck
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: shellcheck
run: make shellcheck