Skip to content

bash: drop Kitty from PATH #25

bash: drop Kitty from PATH

bash: drop Kitty from PATH #25

Workflow file for this run

name: Run tests
on:
push:
branches: [ '*' ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make all-ci