Skip to content

Typo: "ov" => "of' #489

Typo: "ov" => "of'

Typo: "ov" => "of' #489

Workflow file for this run

name: vimscript / vint
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: 3.7
- name: Install project dependencies
run: pip install vim-vint
- name: Run exercism/vimscript ci (runs tests) for all exercises
run: vint .