Skip to content

chore(deps): bump cookie and express #24

chore(deps): bump cookie and express

chore(deps): bump cookie and express #24

Workflow file for this run

name: Lint and check coding sytle
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install
run: npm i
- name: Lint
run: make lint
- name: Check
run: make style-check