Skip to content

feat: Upgrade gitql sdk to 0.22.0 to support slice #35

feat: Upgrade gitql sdk to 0.22.0 to support slice

feat: Upgrade gitql sdk to 0.22.0 to support slice #35

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check