Skip to content

.github/workflows/ci.yml #2043

.github/workflows/ci.yml

.github/workflows/ci.yml #2043

Workflow file for this run

name: Continuous Integration
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
workflow_call:
schedule:
- cron: "31 1,12 * * *"
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
clone-and-install:
name: Clone and Install
uses: ./.github/workflows/clone-and-install.yml
lint:
name: Super Linter
uses: ./.github/workflows/lint.yml

Check failure on line 34 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/lint.yml" : failed to fetch workflow: workflow was not found.