Skip to content

Update the reference parsing logic to match what common tools do today (e.g. Docker CLI) #7

Update the reference parsing logic to match what common tools do today (e.g. Docker CLI)

Update the reference parsing logic to match what common tools do today (e.g. Docker CLI) #7

Workflow file for this run

name: "oci: lint"
on:
pull_request:
paths:
- "**"
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.10.1