Skip to content

fix(ci): bump rust-ci-reusable SHA past standards#334 fix (recover rust-ci.yml from baseline-red) #350

fix(ci): bump rust-ci-reusable SHA past standards#334 fix (recover rust-ci.yml from baseline-red)

fix(ci): bump rust-ci-reusable SHA past standards#334 fix (recover rust-ci.yml from baseline-red) #350

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.
# See: docs/CI-REUSABLE-WORKFLOWS.adoc in standards.
name: Rust CI
on:
push:
branches: [main, master]
pull_request:
permissions:
contents: read
jobs:
rust-ci:
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d7c3b8f75d70ab640e6f37a4c8f9e6e8f2b6df56

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/rust-ci.yml" -> "hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d7c3b8f75d70ab640e6f37a4c8f9e6e8f2b6df56" : (Line: 109, Col: 9): Unrecognized function: 'hashFiles'. Located at position 1 within expression: hashFiles(format('{0}/Cargo.toml', inputs.working_directory)) != '', (Line: 149, Col: 9): Unrecognized function: 'hashFiles'. Located at position 1 within expression: hashFiles(format('{0}/Cargo.toml', inputs.working_directory)) != '', (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)) != ''