Skip to content

chore(deps): update dependency @semantic-release/github to v10.3.3 #3665

chore(deps): update dependency @semantic-release/github to v10.3.3

chore(deps): update dependency @semantic-release/github to v10.3.3 #3665

Workflow file for this run

name: Format code
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run format
run: yarn format
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: 'chore: apply formatting changes'
branch: ${{ github.head_ref }}