Skip to content

build(deps): bump ybiquitous/npm-audit-fix-action from 6.3.1 to 7.0.0… #2797

build(deps): bump ybiquitous/npm-audit-fix-action from 6.3.1 to 7.0.0…

build(deps): bump ybiquitous/npm-audit-fix-action from 6.3.1 to 7.0.0… #2797

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.2.0
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/github-action-merge-dependabot@v3.11.0
with:
target: minor