Files
vim-polyglot/.github/workflows/test.yml
Adam Stankiewicz 012cf89210 Fix CI
2020-08-23 23:54:23 +02:00

16 lines
232 B
YAML

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