Skip to content

Update dependency @biomejs/biome to ^2.5.6 (#136) #85

Update dependency @biomejs/biome to ^2.5.6 (#136)

Update dependency @biomejs/biome to ^2.5.6 (#136) #85

Workflow file for this run

name: Format
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
actions: write
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Setup node
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Update Firebase Studio template
run: pnpm generate:firebase-studio
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Format
run: pnpm run format
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0