Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

build(deps): bump @commitlint/config-conventional from 17.6.5 to 18.4.4 #64

build(deps): bump @commitlint/config-conventional from 17.6.5 to 18.4.4

build(deps): bump @commitlint/config-conventional from 17.6.5 to 18.4.4 #64

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
container: node:18.16.0
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Linter
run: |
npm ci
npm run lint