Skip to content

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

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 #44

Workflow file for this run

name: Fakelake Linter
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install clippy
run: rustup component add clippy
- name: Clipper checks
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Install fmt
run: rustup component add rustfmt
- name: fmt Checks
run: cargo fmt --all -- --check