Skip to content

Formulae: fortune, figlet, lolcat and asciiquarium #32

Formulae: fortune, figlet, lolcat and asciiquarium

Formulae: fortune, figlet, lolcat and asciiquarium #32

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/[email protected]
with:
check_together: yes
env:
SHELLCHECK_OPTS: --severity style --enable all --exclude SC2312 --shell bash