Skip to content

Merge branch 'main' into feature-build #3

Merge branch 'main' into feature-build

Merge branch 'main' into feature-build #3

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install ShellCheck
run: sudo apt install -y shellcheck
- name: Run ShellCheck
run: shellcheck ./install.sh ./scripts/*.bash