Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin #215

chore(deps-dev): bump @typescript-eslint/eslint-plugin

chore(deps-dev): bump @typescript-eslint/eslint-plugin #215

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install yarn
run: npm ci
- name: Check Linting
run: npm run bundle