15 lines
313 B
YAML
15 lines
313 B
YAML
- id: cargo-lock
|
|
name: Fix Cargo.lock
|
|
description: Updates Cargo.lock
|
|
entry: cargo-lock-updater
|
|
language: script
|
|
types: [text]
|
|
require_serial: true
|
|
- id: fmt-check
|
|
name: Check formatting
|
|
description: Runs make fmt-check
|
|
entry: fmt-check
|
|
language: script
|
|
types: [text]
|
|
require_serial: true
|