Skip to content

Upgrade dependents and fix new clippy #435

Upgrade dependents and fix new clippy

Upgrade dependents and fix new clippy #435

Workflow file for this run

name: Keep a Changelog
on:
pull_request: {}
jobs:
test:
runs-on: ${{ env.UBUNTU_VERSION }}

Check failure on line 8 in .github/workflows/changelog.yml

View workflow run for this annotation

GitHub Actions / Keep a Changelog

Invalid workflow file

The workflow is not valid. .github/workflows/changelog.yml (Line: 8, Col: 14): Unrecognized named-value: 'env'. Located at position 1 within expression: env.UBUNTU_VERSION
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- run: bash -c "! git diff --exit-code origin/master... CHANGELOG.md"