Skip to content

chore: synced file(s) with honestbank/.github #54

chore: synced file(s) with honestbank/.github

chore: synced file(s) with honestbank/.github #54

# DO NOT CHANGE. This file is being managed from a central repository
# To know more simply visit https://github.com/honestbank/.github/blob/main/docs/about.md
name: repository-pre-commit-checks
on:
pull_request:
branches: [main, master]
jobs:
load-secrets:
uses: "./.github/workflows/secrets-loader.yaml"
secrets: inherit
repository-pre-commit-checks:
name: repository-pre-commit-checks
needs:
- load-secrets
uses: honestbank/workflows/.github/workflows/shared-pre-commit-checks-go.yaml@main

Check failure on line 18 in .github/workflows/repository-pre-commit-checks.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/repository-pre-commit-checks.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/repository-pre-commit-checks.yaml" -> "honestbank/workflows/.github/workflows/shared-pre-commit-checks-go.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
encrypted_secrets : ${{ needs.load-secrets.outputs.encrypted_secrets }}