Skip to content

delete buffer created by opening via :e Shell://date, because Shell c… #3

delete buffer created by opening via :e Shell://date, because Shell c…

delete buffer created by opening via :e Shell://date, because Shell c… #3

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run make test
run: make test