Skip to content

fix: close session after credential test and deprecate project ID fie… #12

fix: close session after credential test and deprecate project ID fie…

fix: close session after credential test and deprecate project ID fie… #12

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: 'npm ci'
- name: Run lint
run: 'npm run lint'
- name: Run build
run: 'npm run build'