Skip to content

Commit

Permalink
Update ci.yml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd authored Mar 21, 2021
1 parent 360f7ec commit ec47d8e
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: setup python
uses: actions/setup-python@v2
- name: vint
uses: reviewdog/action-vint@v1
with:
python-version: 3.x

- name: install vim vint
run: |
python -m pip install --upgrade pip
pip install --upgrade vim-vint
- name: vint test
run: |
./scripts/vint-check.sh
github_token: ${{ secrets.github_token }}
level: info
reporter: github-pr-review

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ec47d8e

Please sign in to comment.