Skip to content

Move pipeline setup to project root #3

Move pipeline setup to project root

Move pipeline setup to project root #3

Workflow file for this run

name: "CI Pipeline"
on:
push:
branches: [main]
paths-ignore:
- "**/*.md"
pull_request:
branches: [main]
# Allow to run this workflow manually
workflow_dispatch:
jobs:
frontend-checks:
uses: ./.github/workflows/frontend-jobs.yml
secrets: inherit