Skip to content

Bump eslint from 9.18.0 to 9.19.0 #4

Bump eslint from 9.18.0 to 9.19.0

Bump eslint from 9.18.0 to 9.19.0 #4

Workflow file for this run

name: Format
on:
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: "22.x"
- run: npm i
- run: npm run format
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply formatting changes
branch: ${{ github.head_ref }}