Skip to content

Add event processor callbacks #275

Add event processor callbacks

Add event processor callbacks #275

Workflow file for this run

on:
push:
branches:
- "master"
pull_request:
name: Insanity check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- run: make check