Skip to content

chore(deps): update module github.com/hbstack/header to v0.16.7 #619

chore(deps): update module github.com/hbstack/header to v0.16.7

chore(deps): update module github.com/hbstack/header to v0.16.7 #619

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm ci
- run: npm run lint