Skip to content

Bump actions/checkout from 6.0.3 to 7.0.0 #617

Bump actions/checkout from 6.0.3 to 7.0.0

Bump actions/checkout from 6.0.3 to 7.0.0 #617

Workflow file for this run

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