fix(ci): stylua

This commit is contained in:
Michael Chris Lopez
2022-09-23 08:01:52 +08:00
parent e608ef16b1
commit b7031b38fb
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,9 @@ jobs:
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
printf 'STYLE_BRANCH=bot/style/%s\n' ${GITHUB_REF#refs/heads/} >> $GITHUB_ENV
git checkout -b ${STYLE_BRANCH}
- name: Checkout to style branch
run: git checkout -b ${STYLE_BRANCH}
- uses: JohnnyMorganz/stylua-action@v1
with: