Skip to content

chore(deps-dev): bump @types/lodash from 4.17.14 to 4.17.15 #377

chore(deps-dev): bump @types/lodash from 4.17.14 to 4.17.15

chore(deps-dev): bump @types/lodash from 4.17.14 to 4.17.15 #377

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Check our linting standards
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: 🔨 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: 🚧 Install dependencies
run: npm ci
- name: 🛂 Check linting
run: npm run lint