Skip to content

Merge pull request #2 from ShuN6211/feature-build #17

Merge pull request #2 from ShuN6211/feature-build

Merge pull request #2 from ShuN6211/feature-build #17

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