Skip to content

Update Alternatives.md #196

Update Alternatives.md

Update Alternatives.md #196

name: build-and-tests
on:
push:
branches: [ main, release ]
pull_request:
branches: [ main, release ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0 # TODO: remove this when we cache the builds
jobs:
version:
uses: radumarias/rencfs/.github/workflows/version_reusable.yaml@main
build_and_test:
name: build and test
uses: radumarias/rencfs/.github/workflows/build_and_tests_reusable.yaml@main
secrets: inherit
package:
needs: [version, build_and_test]
uses: radumarias/rencfs/.github/workflows/package_reusable.yaml@main

Check failure on line 27 in .github/workflows/build_and_tests.yaml

View workflow run for this annotation

GitHub Actions / build-and-tests

Invalid workflow file

The workflow is not valid. In .github/workflows/build_and_tests.yaml (Line: 27, Col: 11): Error from called workflow radumarias/rencfs/.github/workflows/package_reusable.yaml@main (Line: 68, Col: 5): Unexpected value 'with'
with:
upload_artifacts: false
version: ${{ needs.version.outputs.version }}
secrets: inherit
permissions:
id-token: write
packages: write
contents: read
attestations: write