Skip to content

fix: Update bootsrapping to handle usage driver (#100) #249

fix: Update bootsrapping to handle usage driver (#100)

fix: Update bootsrapping to handle usage driver (#100) #249

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: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libsasl2-dev
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Clippy check lints
run: cargo clippy -- -D warnings