Skip to content

Flip order of atbash-cipher functions (#355) #553

Flip order of atbash-cipher functions (#355)

Flip order of atbash-cipher functions (#355) #553

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@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
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 .