Skip to content

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 #177

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 #177

Workflow file for this run

name: Continuous Integration / Deployment
on:
push:
branches:
- '**'
pull_request:
jobs:
testing:
name: ESLint and TypeScript compilation
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Check lint on tipcc-api-types
run: npm run test:lint
- name: Run TSC
run: npm run build