Skip to content

Bump serde_yaml from 0.8.24 to 0.9.34+deprecated #29

Bump serde_yaml from 0.8.24 to 0.9.34+deprecated

Bump serde_yaml from 0.8.24 to 0.9.34+deprecated #29

Workflow file for this run

name: readme
on: [push]
jobs:
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Re-generate README.md
run: ./readme.sh
- name: Check uncommitted
run: git diff --quiet
- name: Message on failure
if: failure()
run: |
echo "::error file=README.md,title=Regenerate README::We generate README.md from docs (lib.rs) by readme.sh. Please run readme.sh locally and commit the change"