Skip to content

Merge pull request #2 from aryamthecodebreaker/codex/fixmap-release-h… #8

Merge pull request #2 from aryamthecodebreaker/codex/fixmap-release-h…

Merge pull request #2 from aryamthecodebreaker/codex/fixmap-release-h… #8

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