Skip to content

Fixed Build Status badge in README.md #23

Fixed Build Status badge in README.md

Fixed Build Status badge in README.md #23

Workflow file for this run

name: Bash
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash} --severity error