Skip to content

test_system0_filesystem_sizes: Remove XFAIL mark #31

test_system0_filesystem_sizes: Remove XFAIL mark

test_system0_filesystem_sizes: Remove XFAIL mark #31

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make qa-codespell
ruff:
name: Python Format and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make qa-ruff