fix(ci): stylua
This commit is contained in:
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user