Skip to content

feat: implement first version of the Fanout Stage (#3) #32

feat: implement first version of the Fanout Stage (#3)

feat: implement first version of the Fanout Stage (#3) #32

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
env:
SQLX_OFFLINE: true
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clippy check lints
# run: cargo clippy -- -D warnings
run: cargo clippy