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:
21
sources_non_forked/vim-cmake/.circleci/config.yml
Normal file
21
sources_non_forked/vim-cmake/.circleci/config.yml
Normal 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
|
Reference in New Issue
Block a user