Skip to content

Commit

Permalink
Changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Nov 19, 2024
1 parent 53994bd commit bc393aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Clippy Dev Test

on:
pull_request:
types: [opened, edited]

jobs:
clippy_dev:
runs-on: ubuntu-latest

steps:
- run: |
jq -C <<< '${{ toJson(github) }}'

0 comments on commit bc393aa

Please sign in to comment.