Skip to content

chore(deps): update typescript-eslint monorepo to v5.60.1 #1547

chore(deps): update typescript-eslint monorepo to v5.60.1

chore(deps): update typescript-eslint monorepo to v5.60.1 #1547

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/git-auto-commit-action@v4.16.0
with:
commit_message: 'chore: apply formatting changes'
branch: ${{ github.head_ref }}