Skip to content

Creating-node-packages #7

Creating-node-packages

Creating-node-packages #7

Workflow file for this run

name: 'Pipeline'
permissions:
pull-requests: write
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'
- uses: 'moonrepo/run-report-action@v1'
if: success() || failure()
with:
access-token: ${{ secrets.GITHUB_TOKEN }}