Skip to content

git: modify git config structure #55

git: modify git config structure

git: modify git config structure #55

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