mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-18 00:13:41 -05:00
16 lines
232 B
YAML
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
|