This action will check the directory structure of a repository.
- uses: PurdueECE/action-dircheck@v1
with:
# Comma-separated list of paths to be checked (required)
path: 'src/folder1,src/folder2/file1'
Test cases are contained in the test/
directory.
To test, you must install the act
command line tool.
After install, run make test
.