Skip to content

chore(deps): update dependency vitest to v0.34.1 #2473

chore(deps): update dependency vitest to v0.34.1

chore(deps): update dependency vitest to v0.34.1 #2473

Workflow file for this run

name: Format code
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run format
run: yarn format
- name: Commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: 'chore: apply formatting changes'
branch: ${{ github.head_ref }}