ipld / serde_ipld_dagjson

IPLD DAG-JSON support for Serde.
Apache License 2.0
3 stars 2 forks source link

chore: check lockfile on CI in a separate job #7

Closed vmx closed 5 months ago

vmx commented 5 months ago

It makes sense to check the lockfile on a vanilla checkout and not one that ran already some jobs. Hence put that check into a separate job.