Skip to content

Bump lodash from 4.17.23 to 4.18.1 #243

Bump lodash from 4.17.23 to 4.18.1

Bump lodash from 4.17.23 to 4.18.1 #243

Workflow file for this run

name: Code style
on:
pull_request:
workflow_dispatch:
jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: npm ci
- name: Run Stylelint
run: npm run stylelint:check
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: npm ci
- name: Run Prettier
run: npm run prettier:check