Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Add a few missing PedDeviceType constants. #52

Add a few missing PedDeviceType constants.

Add a few missing PedDeviceType constants. #52

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:latest
steps:
- uses: actions/checkout@v2
- name: container running
run: |
# Install required RPMS
dnf install -y \
bash \
e2fsprogs \
findutils \
gcc \
make \
parted \
parted-devel \
pkg-config \
python3 \
python3-coverage \
python3-devel \
python3-pip \
python3-pytest \
python3-types-six \
udev
env PYTHON=python3 make test coverage COVERAGE=coverage