Skip to content

apt: add install script for apt #45

apt: add install script for apt

apt: add install script for apt #45

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