Skip to content

Rename main functions to '<task>_passwd' #123

Rename main functions to '<task>_passwd'

Rename main functions to '<task>_passwd' #123

Workflow file for this run

name: ShellCheck
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ShellCheck on bashpass.
run: |
shopt -s nullglob
shellcheck bashpass
- name: ShellCheck on scripts
run: |
shopt -s nullglob
shellcheck scripts/*