Skip to content

change -n to -nn because -n is a valid argument for SSH that we somet… #64

change -n to -nn because -n is a valid argument for SSH that we somet…

change -n to -nn because -n is a valid argument for SSH that we somet… #64

Workflow file for this run

on:
push:
branches:
- main
name: "ShellCheck"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x