Skip to content

build(deps): bump actions/checkout from 4.1.4 to 4.1.5 #474

build(deps): bump actions/checkout from 4.1.4 to 4.1.5

build(deps): bump actions/checkout from 4.1.4 to 4.1.5 #474

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 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/[email protected]
with:
target: minor