Skip to content

build(deps): bump actions/setup-node from 3.7.0 to 3.8.0 #312

build(deps): bump actions/setup-node from 3.7.0 to 3.8.0

build(deps): bump actions/setup-node from 3.7.0 to 3.8.0 #312

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: |
swiftlint version
npm ci
- name: Linting
run: npm run lint
auto-merge:

Check failure on line 33 in .github/workflows/linting.yml

View workflow run for this annotation

GitHub Actions / Linting

Invalid workflow file

The workflow is not valid. .github/workflows/linting.yml (Line: 33, Col: 5): Unexpected value '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