We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22d0af2 + 55f75bc commit da6cc9fCopy full SHA for da6cc9f
.github/workflows/format.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Setup biomeJs
17
uses: biomejs/setup-biome@v2
18
19
- name: Run Biome formatter
20
- run: biome format . --write
+ run: biome format --write
21
22
- - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
+ - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
0 commit comments