This commit is contained in:
Adam Stankiewicz
2020-08-23 23:40:50 +02:00
parent 23defeb610
commit ac71777dc2
2 changed files with 16 additions and 1 deletions

15
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Vim Polyglot CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: rhysd/action-setup-vim@v1
- name: Test
run: scripts/test