Skip to content

CI

CI #226

Workflow file for this run

name: CI
on:
push:
schedule:
- cron: "0 4 * * 2" # Every Tuesday at 4:00
jobs:
crystal-style:
uses: PlaceOS/.github/.github/workflows/crystal-style.yml@main
dockerfile-style:
uses: PlaceOS/.github/.github/workflows/dockerfile-style.yml@main
test:
uses: PlaceOS/.github/.github/workflows/containerised-test.yml@main
with:
cache_shards: false

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 17, Col: 21): Invalid input, cache_shards is not defined in the referenced workflow.