Skip to content

Update README.md

Update README.md #25

Workflow file for this run

name: APCA Contrast Ratio Test
on:
push:
branches:
- main
pull_request:
branches:
- main
# Cancel any in-progress CI runs for a PR if it is updated
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly
- run: make test