Skip to content

Sync the dnd-character exercise's docs with the latest data. (#282) #385

Sync the dnd-character exercise's docs with the latest data. (#282)

Sync the dnd-character exercise's docs with the latest data. (#282) #385

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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
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 .