Skip to content

Add directory input test #2

Add directory input test

Add directory input test #2

Workflow file for this run

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
action/directory:

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 9, Col: 3): The identifier 'action/directory' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Targets the specified directory
uses: ./
with:
directory: 'tests/action/directory/*'
- name: Compare the minified files
run: |
git diff --exit-code