Skip to content

feat: add ability to downgrade aur package using git #280

feat: add ability to downgrade aur package using git

feat: add ability to downgrade aur package using git #280

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
container:
image: "archlinux:base-devel"
env:
FIXTURES_NO_RECORD: 1
steps:
- uses: actions/checkout@v6
- run: pacman -Sy --needed --noconfirm git just python-cram
- run: just test