Skip to content

Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 #169

Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2

Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 #169

Workflow file for this run

name: Rust
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --locked --verbose
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: cargo fmt -- --check
- name: Run clippy
run: cargo clippy --all-targets -- -D warnings