1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:00:05 +08:00
SpaceVim/bundle/defx.nvim/.github/workflows/lint.yml

18 lines
329 B
YAML
Raw Normal View History

2020-10-31 15:58:52 +08:00
name: Lint and test
on: [push, pull_request]
jobs:
lint:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
sudo apt install python3-setuptools python3-wheel
- name: Lint
run: make --keep-going install-user test lint