Skip to content

change the max square for grains #484

change the max square for grains

change the max square for grains #484

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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
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 .