Skip to content

Fixed git workflow #397

Fixed git workflow

Fixed git workflow #397

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "github-pages/*"
- "gh-pages/*"
- "main"
- "master"
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
ci-job:
name: Checks
uses: ./.github/workflows/checks.yml

Check failure on line 18 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/checks.yml" (source branch with sha:432d19bfad6e255546f5d78a8e0756497520a474) : You have an error in your yaml syntax on line 122
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml