Skip to content

Merge pull request #73 from joshghent/vim-updates #17

Merge pull request #73 from joshghent/vim-updates

Merge pull request #73 from joshghent/vim-updates #17

Workflow file for this run

on: push
name: make test
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: make test
shell: bash