Skip to content

feat(loader): add BlobInfo::compare helper function #14

feat(loader): add BlobInfo::compare helper function

feat(loader): add BlobInfo::compare helper function #14

Workflow file for this run

on:
push:
branches: [ main, 'dev/*' ]
pull_request:
name: Build
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental || false }}
steps:
- uses: actions/checkout@v4
- name: Run cargo check
run: cargo check