Skip to content

Simplify codex-imagen script #3

Simplify codex-imagen script

Simplify codex-imagen script #3

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Run static checks
run: npm run check