Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Merge branch 'actions:main' into main #1

Merge branch 'actions:main' into main

Merge branch 'actions:main' into main #1

Workflow file for this run

name: Check dist/
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: "20.x"