Skip to content

build: update Release Please location #32

build: update Release Please location

build: update Release Please location #32

Workflow file for this run

name: Pull Request
on:
pull_request:
branches-ignore:
- "release-please*"
jobs:
format:
name: Format
uses: ./.github/workflows/format.yml
lint:
name: Lint
uses: ./.github/workflows/lint.yml
build:
name: Build
needs: [format, lint]
uses: ./.github/workflows/build.yml
with:
workflow_artifact_name: www