Skip to content

chore(deps): update pre-commit hook markdownlint/markdownlint to v0.13.0 (.pre-commit-config.yaml) (main) - autoclosed #1295

chore(deps): update pre-commit hook markdownlint/markdownlint to v0.13.0 (.pre-commit-config.yaml) (main) - autoclosed

chore(deps): update pre-commit hook markdownlint/markdownlint to v0.13.0 (.pre-commit-config.yaml) (main) - autoclosed #1295

Workflow file for this run

name: 02.run-action
on:
workflow_dispatch:
# rebuild any PRs and main branch changes
pull_request:
branches: [$default-branch, main]
push:
branches:
- $default-branch
- main
- 'releases/*'
jobs:
test: # make sure the action works on a clean machine with(out) building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run-action
uses: ./
id: run_action
with:
name: world
- name: log-action-output
run: echo ${{steps.run_action.outputs.gh_output}}