Skip to content

Update cache-manager to version 5.5.2 #2122

Update cache-manager to version 5.5.2

Update cache-manager to version 5.5.2 #2122

Workflow file for this run

---
name: ESLint
on:
push:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: install node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: yarn install
run: yarn install
- name: yarn run lint
run: yarn run lint