Skip to content

build(deps): bump the go-dependencies group across 1 directory with 9… #299

build(deps): bump the go-dependencies group across 1 directory with 9…

build(deps): bump the go-dependencies group across 1 directory with 9… #299

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
codespell:
uses: ./.github/workflows/codespell.yml
secrets: inherit
base_tests:
needs: [lint, codespell]
uses: ./.github/workflows/base-test.yml
permissions:
contents: read
checks: write
secrets: inherit
windows_tests:
needs: [lint, codespell]
uses: ./.github/workflows/windows-test.yml
secrets: inherit
build:
needs: [lint, codespell]
uses: ./.github/workflows/build.yml
secrets: inherit