Skip to content

bump(sxyazi/yazi): update to v0.4.0 #23

bump(sxyazi/yazi): update to v0.4.0

bump(sxyazi/yazi): update to v0.4.0 #23

Workflow file for this run

---
name: Package tests
on:
pull_request:
push:
branches:
- new
workflow_dispatch:
inputs:
packages:
type: string
description: Space-separated list of package definitions to test.
required: true
jobs:
lint:
name: Registry lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: icefed/mason-actions/registry-lint@v1
with:
packages: ${{ github.event.inputs.packages }}
test:
name: Package tests
needs: lint
uses: icefed/mason-actions/.github/workflows/package-tests.yaml@v1
with:
packages: ${{ github.event.inputs.packages }}