Skip to content

feat: add max-age setting to http response #16

feat: add max-age setting to http response

feat: add max-age setting to http response #16

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