Skip to content

Update typescript-eslint monorepo to v8.50.0 #203

Update typescript-eslint monorepo to v8.50.0

Update typescript-eslint monorepo to v8.50.0 #203

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install dependencies and build
run: |
cd functions
npm install
npm run build
npm run lint