Skip to content

fixup! CI: Add cheshire CI #10

fixup! CI: Add cheshire CI

fixup! CI: Add cheshire CI #10

Workflow file for this run

# Copyright 2024 PULP Platform
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: cheshire
on: [push, pull_request]
jobs:
init:
name: init
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout Cheshire
uses: actions/checkout@v4
with:
repository: pulp-platform/cheshire
path: cheshire
ref: cva6/pulp-v1.0.0
run-cheshire-ci:
name: run-cheshire-ci
needs: init-cheshire
uses: pulp-platform/cheshire/.github/workflows/lint.yml@cva6/pulp-v1.0.0

Check failure on line 24 in .github/workflows/cheshire.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cheshire.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cheshire.yml" -> "pulp-platform/cheshire/.github/workflows/lint.yml@cva6/pulp-v1.0.0" (source tag with sha:d47b9d3a2510ff36954363134288c42e7d7edc42) : workflow is not reusable as it is missing a `on.workflow_call` trigger