Skip to content

Fix highlight for catch in case-try and match-try forms #24

Fix highlight for catch in case-try and match-try forms

Fix highlight for catch in case-try and match-try forms #24

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Run linter
run: |
nix develop -c bash -c "vint **/*.vim"