Skip to content

On singout redirect to homepage (#54) #198

On singout redirect to homepage (#54)

On singout redirect to homepage (#54) #198

Workflow file for this run

name: "Moon"
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 --color"
env:
PUBLIC_LANGGRAPH_API_URL: 'http://127.0.0.1:2024'
- uses: moonrepo/run-report-action@v1
if: success() || failure()
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
matrix: ${{ toJSON(matrix) }}
- uses: appthrust/moon-ci-retrospect@v1
if: success() || failure()