Skip to content

verify: Add container repo to source repo mapping #13

verify: Add container repo to source repo mapping

verify: Add container repo to source repo mapping #13

Workflow file for this run

name: Tests
on:
push:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: make test