Skip to content

Merge pull request #57 from gruntwork-io/dependabot/go_modules/go-dep… #17

Merge pull request #57 from gruntwork-io/dependabot/go_modules/go-dep…

Merge pull request #57 from gruntwork-io/dependabot/go_modules/go-dep… #17

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
precommit:
uses: ./.github/workflows/precommit.yml
secrets: inherit
go_mod_tidy_check:
uses: ./.github/workflows/go-mod-tidy-check.yml
secrets: inherit
base_tests:
needs: [lint, precommit, go_mod_tidy_check]
uses: ./.github/workflows/base-test.yml
permissions:
contents: read
checks: write
secrets: inherit
build:
needs: [lint, precommit, go_mod_tidy_check]
uses: ./.github/workflows/build.yml
secrets: inherit