Skip to content

Merge pull request #139 from mjnowen/patch-1 #135

Merge pull request #139 from mjnowen/patch-1

Merge pull request #139 from mjnowen/patch-1 #135

Workflow file for this run

name: shellcheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get -y install shellcheck
- name: Run shellcheck
run: shellcheck -s bash -S warning bin/*.sh lib/*.sh