Skip to content

Bump the eslint group with 2 updates #1118

Bump the eslint group with 2 updates

Bump the eslint group with 2 updates #1118

Workflow file for this run

name: Auto build
on: pull_request
jobs:
auto-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20"
check-latest: true
cache: npm
- run: npm ci
- run: npm run build
- run: git diff --exit-code --quiet
id: git_diff
continue-on-error: true
- uses: yykamei/actions-git-push@main
if: steps.git_diff.outcome == 'failure'
with:
commit-message: "Run `npm run build`"
branch: ${{ github.event.pull_request.head.ref }}