Skip to content

Merge pull request #1 from aryamthecodebreaker/codex/fixmap-mvp-github #4

Merge pull request #1 from aryamthecodebreaker/codex/fixmap-mvp-github

Merge pull request #1 from aryamthecodebreaker/codex/fixmap-mvp-github #4

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm install
- run: npm run ci