Add a "Rust doc" patch job (#4654)

This commit is contained in:
teor 2022-06-21 09:30:48 +10:00 committed by GitHub
parent b7536c7f7e
commit 961fcb621e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
docs:
name: Rust doc
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'