Add '.github/workflows/generate_bump.yml'

This commit is contained in:
techknowlogick 2023-03-14 15:13:17 +08:00
parent 0b4f371dda
commit 9caae264e1

14
.github/workflows/generate_bump.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: generate bump diff
on:
- push
jobs:
lint:
name: bump diff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: generate diff
run: |
sh bump_version.sh
git diff