db-dump 0.7.15

Library for scripting analyses against crates.io's database dumps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Install

on:
  workflow_dispatch:
  schedule: [cron: "40 1 * * *"]
  push: {tags: ['*']}

permissions: {}

env:
  RUSTFLAGS: -Dwarnings

jobs:
  install:
    name: Install
    uses: dtolnay/.github/.github/workflows/check_install.yml@master
    with:
      crate: db-dump-concat