Skip to content

fix: show correct "Maintainter" for installed AUR packages #131

fix: show correct "Maintainter" for installed AUR packages

fix: show correct "Maintainter" for installed AUR packages #131

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v2
- name: Install go, gcc
shell: bash
run: |
pacman -Syu --noconfirm go gcc
- name: Build
run: go build -v ./...