Skip to content

Make run.sh recognized by shellcheck #15

Make run.sh recognized by shellcheck

Make run.sh recognized by shellcheck #15

Workflow file for this run

name: Check
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Run ShellCheck
uses: azohra/shell-linter@latest
with:
path: "/github/workspace/autossh/run.sh"