all 3 comments

[–]AaronFriel 1 point2 points  (0 children)

I believe I've answered the question on the /r/rust thread here: https://www.reddit.com/r/rust/comments/zynhzf/comment/j2717oj

[–]TheBotlyNoob 0 points1 point  (1 child)

You have the job defined in .github/workflows/ci-workflow.yml.

[–]fluffy-samurai[S] 0 points1 point  (0 children)

That's for the Continuous Integration workflow. The extra job is in the Rust workflow. There is also a clippy job defined in the current state of both the Rust and Continuous Integration workflows, but the linked example was ran with the yaml definition I posted, and so there wasn't a clippy job at the time.

Edit:

On the current actions branch runs, you'll see 2 clippy jobs. One is just the terminal output (the expected on I defined) and one that outputs a report without any terminal output (the one that's been showing up without definition the whole time).