Skip to content

use <cmd> instead of : #31

use <cmd> instead of :

use <cmd> instead of : #31

Workflow file for this run

name: shell
on:
workflow_dispatch:
push:
paths:
- "**/*.sh"
branches:
- "main"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
container: koalaman/shellcheck-alpine:v0.8.0
steps:
- uses: actions/checkout@v3
- name: Check shell scripts
run: shellcheck -S warning -a -x install.sh