Skip to content

build(deps): bump usehooks-ts from 2.9.1 to 2.11.0 #109

build(deps): bump usehooks-ts from 2.9.1 to 2.11.0

build(deps): bump usehooks-ts from 2.9.1 to 2.11.0 #109

Workflow file for this run

name: Lint CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Depedencies
run: npm ci
- name: Run Lint
run: npm run lint