Skip to content

fix: search all Podman auth file locations per containers-auth.json(5) spec #111

fix: search all Podman auth file locations per containers-auth.json(5) spec

fix: search all Podman auth file locations per containers-auth.json(5) spec #111

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go test ./... -v
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v7
with:
version: latest