Skip to content

OSTree Plugin

OSTree Plugin #52

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