Skip to content

Changelog action

Changelog action #2

Workflow file for this run

name: Clippy Dev Test

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

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
pull_request:
types: [opened, edited]
jobs:
clippy_dev:
runs-on: ubuntu-latest
steps:
run: |
jq -C <<< '${{ toJson(github) }}'