Skip to content

made it so that CTRL-W works while "browsing" #31

made it so that CTRL-W works while "browsing"

made it so that CTRL-W works while "browsing" #31

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make
- run: ./run-tests.sh