Check provider database with CI

scripts/update-provider-database.sh checks out the provider database
and updates data.rs file,
making it easier to update.

CI uses this script to check that checked in data.rs
corresponds to the provider database repository.
This commit is contained in:
link2xt
2023-02-26 13:55:09 +00:00
parent 7e132b5383
commit 8e9bb8b06e
5 changed files with 36 additions and 2 deletions

View File

@@ -41,6 +41,14 @@ jobs:
with:
arguments: --all-features --workspace
provider_database:
name: Check provider database
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check provider database
run: scripts/update-provider-database.sh
docs:
name: Rust doc comments
runs-on: ubuntu-latest