Skip to content

Fixed inability to use trackball mode on Steam Deck and RSTICK mouse … #204

Fixed inability to use trackball mode on Steam Deck and RSTICK mouse …

Fixed inability to use trackball mode on Steam Deck and RSTICK mouse … #204

Workflow file for this run

name: SCC Linux CI
on:
push:
branches:
- main
- master
- python3
pull_request:
branches:
- main
- master
- python3
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: pip install build setuptools ioctl-opt libusb1 toml vdf pytest
- name: Build SCC
run: python -m build
- name: Run tests
run: python -m pytest tests