Delete check-dist.yml

This commit is contained in:
xrkffgg
2021-01-07 17:31:42 +08:00
committed by GitHub
parent 53dda7f0e4
commit 1ce7be88a0

View File

@@ -1,27 +0,0 @@
name: Update dist
on:
push:
branches: [ main ]
jobs:
check-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: install
run: yarn
- name: package
run: yarn package
- name: Commit and push if changed
run: |-
git diff
git config --global user.email "xrkffgg@vip.qq.com"
git config --global user.name "xrkffgg"
git pull
git add -A
git commit -m "🤖 auto: updated dist" || exit 0
git push