Update format.yml

This commit is contained in:
dvelo 2024-12-27 10:57:04 -06:00 committed by GitHub
parent 7d1ac30691
commit c2ca9a23e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,6 +13,10 @@ jobs:
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2