Skip to content

clippy: integrated clippy using rules_lint #6

clippy: integrated clippy using rules_lint

clippy: integrated clippy using rules_lint #6

Workflow file for this run

# *******************************************************************************
# Copyright (c) 2025 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
name: Bazel Clippy
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main
merge_group:
types: [checks_requested]
jobs:
bazel-clippy:
uses: eclipse-score/cicd-workflows/.github/workflows/static-analysis.yml@dcalavrezo_clippy_1

Check failure on line 25 in .github/workflows/clippy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/clippy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/clippy.yml" -> "eclipse-score/cicd-workflows/.github/workflows/static-analysis.yml@dcalavrezo_clippy_1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
bazel-targets: "//..."
bazel-config: "lint"