Skip to content

refactor: be more consistent #311

refactor: be more consistent

refactor: be more consistent #311

Workflow file for this run

---
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: APPROVE_VIM_UPDATE=false ./install