Skip to content

Initial Commit

Initial Commit #6

Workflow file for this run

name: Main branch pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
actions: read
contents: write
id-token: write
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml

Check failure on line 20 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/tests.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit