Skip to content

Test on Ubuntu 25.10 #49

Test on Ubuntu 25.10

Test on Ubuntu 25.10 #49

Workflow file for this run

name: test-style
on:
workflow_dispatch:
pull_request:
branches:
- "**"
concurrency:
group: test-style-${{ github.ref }}
cancel-in-progress: true
jobs:
test-style:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install dependencies
run: |
sudo apt-get update && \
sudo apt-get install cmake
- name: Install cppwg
run: |
python3 -m pip install --upgrade pip
python3 -m pip install .[dev]
- name: Lint
run: |
python3 -m flake8 --version
python3 -m flake8 .