Skip to content

feat: added utilities library #1

feat: added utilities library

feat: added utilities library #1

Workflow file for this run

name: "Pipeline"
on:
push:
branches:
- "main"
pull_request:
jobs:
ci:
name: "CI"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
- uses: "moonrepo/setup-toolchain@v0"
- run: "moon ci"