mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 16:54:59 -05:00
Update format.yml
This commit is contained in:
parent
5ecd68b426
commit
3b579f3ada
14
.github/workflows/format.yml
vendored
14
.github/workflows/format.yml
vendored
@ -16,8 +16,20 @@ jobs:
|
|||||||
- name: Setup Biome CLI
|
- name: Setup Biome CLI
|
||||||
uses: biomejs/setup-biome@v2
|
uses: biomejs/setup-biome@v2
|
||||||
|
|
||||||
|
- name: Clone MHSF
|
||||||
|
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
|
||||||
|
with:
|
||||||
|
depth: 1
|
||||||
|
branch: 'main'
|
||||||
|
owner: 'DeveloLongScript'
|
||||||
|
repository: 'MHSF'
|
||||||
|
|
||||||
|
- name: Access cloned repository content
|
||||||
|
run: |
|
||||||
|
cd MHSF
|
||||||
|
|
||||||
- name: Run Biome
|
- name: Run Biome
|
||||||
run: biome format ./src
|
run: biome format ./src
|
||||||
|
|
||||||
- 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