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

View File

@@ -4,4 +4,4 @@ before_script:
- sudo apt-get update -q
- sudo apt-get install -y vim
- vim --version
script: ./test
script: scripts/test