Skip to content

build(deps): bump ybiquitous/npm-audit-fix-action from 5.2.0 to 5.2.1 #806

build(deps): bump ybiquitous/npm-audit-fix-action from 5.2.0 to 5.2.1

build(deps): bump ybiquitous/npm-audit-fix-action from 5.2.0 to 5.2.1 #806

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: 18
- 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