Skip to content

Remove the old vim config #17

Remove the old vim config

Remove the old vim config #17

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shellcheck
uses: ludeeus/action-shellcheck@0.5.0
- name: pre-commit
uses: pre-commit/action@v2.0.0