Skip to content

Fix: update glama.json with new brand name and vision #22

Fix: update glama.json with new brand name and vision

Fix: update glama.json with new brand name and vision #22

Workflow file for this run

name: CI
on:
push:
branches: [master, main, open-source]
pull_request:
branches: [master, main, open-source]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build