Skip to content

chore(deps): bump express from 4.18.2 to 4.19.2 #10

chore(deps): bump express from 4.18.2 to 4.19.2

chore(deps): bump express from 4.18.2 to 4.19.2 #10

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint