Skip to content

Remove demo hexpansion #10

Remove demo hexpansion

Remove demo hexpansion #10

Workflow file for this run

name: Validate Hexpansions
on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
pull_request:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Validate Hexpansions
run: bun run ./scripts/validate_hexpansions.ts