Skip to content

♻️ harmonize github actions (#299) #1

♻️ harmonize github actions (#299)

♻️ harmonize github actions (#299) #1

name: Push Main Branch
on:
push:
branches:
- main
jobs:
lint:
uses: mindee/mindee-api-python/.github/workflows/_lint.yml@main

Check failure on line 10 in .github/workflows/push-main-branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-main-branch.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push-main-branch.yml" -> "mindee/mindee-api-python/.github/workflows/_lint.yml@main" : failed to fetch workflow: workflow was not found.
test_units:
uses: mindee/mindee-api-python/.github/workflows/_test-units.yml@main
needs: lint
secrets: inherit
tag:
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
needs: build