Skip to content

Billing compute cost from unit price config value #398

Billing compute cost from unit price config value

Billing compute cost from unit price config value #398

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