Skip to content

Bump actions/setup-python from 6.2.0 to 6.3.0 #616

Bump actions/setup-python from 6.2.0 to 6.3.0

Bump actions/setup-python from 6.2.0 to 6.3.0 #616

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