Skip to content

fix: change moon workspace back to rewrite branch so ci can run #45

fix: change moon workspace back to rewrite branch so ci can run

fix: change moon workspace back to rewrite branch so ci can run #45

Workflow file for this run

name: CI
on:
pull_request:
push:
permissions:
contents: read
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- run: pnpm run ci
- uses: "moonrepo/run-report-action@v1"
if: success() || failure()
with:
access-token: ${{ secrets.GITHUB_TOKEN }}