Skip to content

Merge pull request #37 from KSR-Yasuda/feature/FocusCommandExpand #21

Merge pull request #37 from KSR-Yasuda/feature/FocusCommandExpand

Merge pull request #37 from KSR-Yasuda/feature/FocusCommandExpand #21

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Vim
run: sudo apt-get install -y vim
- name: Run tests
run: vim -Es -u test/vimrc '+Vader! test/winresizer.vader'