mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Fix CI
This commit is contained in:
15
.github/workflows/test.yml
vendored
Normal file
15
.github/workflows/test.yml
vendored
Normal 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
|
||||||
@@ -4,4 +4,4 @@ before_script:
|
|||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
- sudo apt-get install -y vim
|
- sudo apt-get install -y vim
|
||||||
- vim --version
|
- vim --version
|
||||||
script: ./test
|
script: scripts/test
|
||||||
|
|||||||
Reference in New Issue
Block a user