Skip to content

Merge pull request #9 from obscureorganization/ledger #20

Merge pull request #9 from obscureorganization/ledger

Merge pull request #9 from obscureorganization/ledger #20

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ShellCheck
uses: ludeeus/action-shellcheck@0.2.1