Skip to content

Run repository delete for yum/static plugins as a synchronous operation. #46

Run repository delete for yum/static plugins as a synchronous operation.

Run repository delete for yum/static plugins as a synchronous operation. #46

Workflow file for this run

name: beskar-ci
on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: Run linters
run: ./scripts/mage lint:all
build:
name: build
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: Build binaries
run: ./scripts/mage build:all