Skip to content

build(deps): bump ybiquitous/npm-audit-fix-action from 6.1.1 to 6.1.2 #504

build(deps): bump ybiquitous/npm-audit-fix-action from 6.1.1 to 6.1.2

build(deps): bump ybiquitous/npm-audit-fix-action from 6.1.1 to 6.1.2 #504

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: 18
- name: Environment Information
run: |
node --version
npm --version
- name: Setup
run: |
brew install ktlint
ktlint --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/[email protected]
with:
target: minor