1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 08:45:00 +08:00

I don't know how to ignore autoformatting *.h.in files, so change into autoformat files manually.

This commit is contained in:
Kurtis Moxley
2022-06-05 22:09:27 +08:00
parent e371e16382
commit 27c01e54fa
23 changed files with 2776 additions and 1 deletions

View File

@ -0,0 +1,21 @@
version: 2.1
jobs:
lint:
docker:
- image: circleci/python:latest
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
steps:
- checkout
- run:
name: Lint
command: |
pip install vim-vint
vint .
workflows:
lint:
jobs:
- lint