Skip to content

gitconfig: set submodule.recurse for checkout, pull, etc. #146

gitconfig: set submodule.recurse for checkout, pull, etc.

gitconfig: set submodule.recurse for checkout, pull, etc. #146

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install vim-vint
- name: Lint with shellcheck
uses: azohra/shell-linter@latest
with:
path: "colors.sh,install.sh"
- name: Lint with vint
run: |
vint ideavimrc vimrc