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
5ecd68b426
commit
3b579f3ada
12
.github/workflows/format.yml
vendored
12
.github/workflows/format.yml
vendored
@ -16,6 +16,18 @@ jobs:
|
||||
- name: Setup Biome CLI
|
||||
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
|
||||
run: biome format ./src
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user