Skip to content

build(deps): bump actions/configure-pages from 4 to 5 #36

build(deps): bump actions/configure-pages from 4 to 5

build(deps): bump actions/configure-pages from 4 to 5 #36

Workflow file for this run

name: Pre-merge Pipeline
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check:
uses: ./.github/workflows/check.yaml
build:
uses: ./.github/workflows/build.yaml
needs: check
test:
uses: ./.github/workflows/test.yaml
needs: build