Skip to content

chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 #216

chore(deps-dev): bump lodash from 4.17.21 to 4.17.23

chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 #216

---
name: Run ESLint and Prettier
on:
pull_request:
branches:
- master
push:
branches:
- master
tags:
- v*.*
jobs:
run-eslint:
runs-on: ubuntu-latest
name: Run ESLint
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build Docker images
run: |
docker compose build
- name: Run ESLint
run: |
./bin/run_eslint.sh
run-prettier:
runs-on: ubuntu-latest
name: Run Prettier
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build Docker images
run: |
docker compose build
- name: Run Prettier
run: |
MODE="check" ./bin/run_formatter.sh