Skip to content

chore(deps): bump rollup from 4.21.2 to 4.22.4 in the npm_and_yarn group across 1 directory #6

chore(deps): bump rollup from 4.21.2 to 4.22.4 in the npm_and_yarn group across 1 directory

chore(deps): bump rollup from 4.21.2 to 4.22.4 in the npm_and_yarn group across 1 directory #6

Workflow file for this run

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