Skip to content

build(deps-dev): bump typescript-eslint from 8.19.1 to 8.20.0 #1063

build(deps-dev): bump typescript-eslint from 8.19.1 to 8.20.0

build(deps-dev): bump typescript-eslint from 8.19.1 to 8.20.0 #1063

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
- name: Environment Information
run: |
node --version
npm --version
- name: Linting
run: |
npm ci
npm run lint
auto-merge:
runs-on: ubuntu-latest
needs: build
permissions:
pull-requests: write
contents: write
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor