Skip to content

doc: fixed a few typos and other small changes (#355) #450

doc: fixed a few typos and other small changes (#355)

doc: fixed a few typos and other small changes (#355) #450

Workflow file for this run

name: shellcheck
on:
push:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck in container
run: make shellcheck