Skip to content

Lots o garbage update #25

Lots o garbage update

Lots o garbage update #25

Workflow file for this run

name: Check Cargo.lock
on:
pull_request:
branches: [main]
paths:
- Cargo.lock
jobs:
job:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: dorny/paths-filter@v2
id: changes
with:
filters: |
Cargo.toml:
- './Cargo.toml'
- if: steps.changes.outputs["Cargo.toml"] != 'true'

Check failure on line 21 in .github/workflows/cargo.yml

View workflow run for this annotation

GitHub Actions / Check Cargo.lock

Invalid workflow file

The workflow is not valid. .github/workflows/cargo.yml (Line: 21, Col: 11): Unexpected symbol: '"Cargo'. Located at position 23 within expression: steps.changes.outputs["Cargo.toml"] != 'true'
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-warning-message
run: |
echo ::warning file=Cargo.toml,title=Cargo.lock changed!::Cargo.lock changed without observing a corresponding update to Cargo.toml.
/usr/bin/false