Skip to content

fix: add manage-sources-list-d CLI option (LP:2077360) ; refactor: optparse to argparse for CLI options #469

fix: add manage-sources-list-d CLI option (LP:2077360) ; refactor: optparse to argparse for CLI options

fix: add manage-sources-list-d CLI option (LP:2077360) ; refactor: optparse to argparse for CLI options #469

Workflow file for this run

name: ci
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-22.04", "ubuntu-20.04", "ubuntu-24.04"]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: make depends-ci
- run: make check TRIAL=/usr/bin/trial3
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: make depends
- run: make lint