Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.0.1 #537

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.0.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.0.1 #537

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: Linting
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version: 18
- name: Environment Information
run: |
node --version
npm --version
- name: Setup
run: |
brew install swiftlint
swiftlint version
npm ci
- name: Linting
run: 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/github-action-merge-dependabot@v3.10.1
with:
target: minor