Skip to content

fix: update deployment workflow to use google-github-actions for Clou… #4

fix: update deployment workflow to use google-github-actions for Clou…

fix: update deployment workflow to use google-github-actions for Clou… #4

Workflow file for this run

name: AutoMaintainer-bot CI
on:
push:
branches-ignore:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci --force
- name: Build
run: npm run build