Skip to content

Merge pull request #11 from obscureorganization/enable-autoupdates #24

Merge pull request #11 from obscureorganization/enable-autoupdates

Merge pull request #11 from obscureorganization/enable-autoupdates #24

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