Skip to content

[Path] Remove deprecated "default_file", "default_link" and "default_directory" filters #4

[Path] Remove deprecated "default_file", "default_link" and "default_directory" filters

[Path] Remove deprecated "default_file", "default_link" and "default_directory" filters #4

Workflow file for this run

name: Path
on:
pull_request:
paths:
- .manala.yaml
- .github/workflows/_lint.yaml
- .github/workflows/_test.yaml
- .github/workflows/path.yaml
- path/**
workflow_dispatch:
inputs:
debug:
type: boolean
description: Run with tmate debugging
required: false
default: false
jobs:
path_lint:
name: Lint
uses: ./.github/workflows/_lint.yaml
with:
debug: ${{ inputs.debug == true }}
collection: path
path_test:
name: Test
uses: ./.github/workflows/_test.yaml
with:
debug: ${{ inputs.debug == true }}
collection: path