Skip to content

build(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0 #2787

build(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0

build(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0 #2787

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: '.node-version'
- name: Setup
run: |
brew install swiftlint
swiftlint version
npm ci
- name: Linting
run: |
npm test
npm run lint:swift
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