Skip to content

build(deps): bump github.com/ipld/go-car/v2 from 2.13.1 to 2.14.2 (#4… #291

build(deps): bump github.com/ipld/go-car/v2 from 2.13.1 to 2.14.2 (#4…

build(deps): bump github.com/ipld/go-car/v2 from 2.13.1 to 2.14.2 (#4… #291

Workflow file for this run

name: Main Pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
repository_dispatch:
types: [ok-to-test]
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
lint:
uses: ./.github/workflows/lint.yml
swagger-validation:
uses: ./.github/workflows/swagger-validation.yml
cspell:
uses: ./.github/workflows/cspell.yml
testcontainers-suite:
needs: [build, lint, swagger-validation, cspell]
if: success()
uses: ./.github/workflows/testcontainers-suite.yml
with:
os: linux
arch: amd64