Skip to content

build(deps): bump cookie and express #25

build(deps): bump cookie and express

build(deps): bump cookie and express #25

Workflow file for this run

name: Code Quality
on:
pull_request:
branches:
- main-ce
- production
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up the repository
uses: actions/checkout@v3
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: ${{ vars.NODE_VERSION }}
- name: Install Dependencies
run: npm ci
- name: Check lint
run: npm run lint