Skip to content

chore(deps): update dependency @lbenie/linting to v1.8.24 #3780

chore(deps): update dependency @lbenie/linting to v1.8.24

chore(deps): update dependency @lbenie/linting to v1.8.24 #3780

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 }}