Skip to content

chore(deps): bump semver and @commitlint/is-ignored (#53) #159

chore(deps): bump semver and @commitlint/is-ignored (#53)

chore(deps): bump semver and @commitlint/is-ignored (#53) #159

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint
- name: Run TSC
run: npm run build