Skip to content

experiment(ci): rename rust-ci.yml → rust-ci-v2.yml to force fresh GH workflow_id (standards#322 root-cause test) #3

experiment(ci): rename rust-ci.yml → rust-ci-v2.yml to force fresh GH workflow_id (standards#322 root-cause test)

experiment(ci): rename rust-ci.yml → rust-ci-v2.yml to force fresh GH workflow_id (standards#322 root-cause test) #3

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# Rust CI — thin wrapper calling the shared estate reusable in
# hyperpolymath/standards. Configure once, propagate everywhere.
name: Rust CI
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
rust-ci:
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@main

Check failure on line 22 in .github/workflows/rust-ci-v2.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust-ci-v2.yml

Invalid workflow file

error parsing called workflow ".github/workflows/rust-ci-v2.yml" -> "hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@main" (source branch with sha:3f34549c03274ec7a74683068f03a492b0fa805f) : (Line: 187, Col: 9): Unrecognized function: 'hashFiles'. Located at position 24 within expression: inputs.enable_audit && hashFiles(format('{0}/Cargo.toml', inputs.working_directory)) != '', (Line: 215, Col: 9): Unrecognized function: 'hashFiles'. Located at position 27 within expression: inputs.enable_coverage && hashFiles(format('{0}/Cargo.toml', inputs.working_directory)) != ''