mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:44:59 -05:00
Update format.yml
This commit is contained in:
parent
e92a707ff5
commit
937985fe0c
8
.github/workflows/format.yml
vendored
8
.github/workflows/format.yml
vendored
@ -13,10 +13,6 @@ jobs:
|
|||||||
# added or changed files to the repository.
|
# added or changed files to the repository.
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
|
|
||||||
- name: Setup Biome CLI
|
- name: Setup Biome CLI
|
||||||
uses: biomejs/setup-biome@v2
|
uses: biomejs/setup-biome@v2
|
||||||
|
|
||||||
@ -30,6 +26,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Biome
|
- name: Run Biome
|
||||||
run: biome format --write MHSF/src
|
run: biome format --write MHSF/src
|
||||||
|
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
- name: Push to GitHub
|
- name: Push to GitHub
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user