Skip to content

Slowing down the mouse wheel speed. #151

Slowing down the mouse wheel speed.

Slowing down the mouse wheel speed. #151

Workflow file for this run

name: ubuntu
on: [push, pull_request]
jobs:
e2e:
strategy:
matrix:
include:
- name: e2e-all
script: make all
- name: e2e-link
script: make link
name: ${{ matrix.name }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run test
run: ${{ matrix.script }}