Skip to content

Allow a prop format to be specified #143

Allow a prop format to be specified

Allow a prop format to be specified #143

Workflow file for this run

name: Test the Action
on:
pull_request:
pull_request_review:
types:
- submitted
pull_request_review_comment:
types:
- created
- deleted
jobs:
# Tests that the Action works as expected.
#
# Performs the following steps:
# - Checks out the repository.
# - Runs the Action.
test:
name: Test the Action
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run the Action
uses: ./
with:
format:
- 'all'

Check failure on line 31 in .github/workflows/test-action.yml

View workflow run for this annotation

GitHub Actions / Test the Action

Invalid workflow file

The workflow is not valid. .github/workflows/test-action.yml (Line: 31, Col: 11): A sequence was not expected