Skip to content

Adopt exporter

Adopt exporter #3

Workflow file for this run

name: PR
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Check style
run: make style
- name: Build Docker container
run: make docker-build