chore: use conventional commit for CI

这个提交包含在:
alistair3149 2021-01-06 18:51:13 -05:00
父节点 27d0c12f2d
当前提交 0b4ed3d254
找不到此签名对应的密钥
GPG 密钥 ID: 94D081060FD3DD9C
共有 1 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -10,7 +10,7 @@ on:
jobs:
test:
name: Test and lint
runs-on: ubuntu-latest
strategy:
matrix:
@ -55,6 +55,6 @@ jobs:
git config --global user.email "github-actions@users.noreply.github.com"
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git add .
git commit -am "Make a dinner reservation - MediaWiki CI" -m "I clean up code to MediaWiki standards" || echo "No changes to commit"
git commit -am "ci: lint code to MediaWiki standards" -m "Check commit and GitHub actions for more details" || echo "No changes to commit"
git pull --rebase
git push