@assertions/directory-exists
v2.0.0
Published
Assert that `expected` is a directory. Paths are relative to the [GitHub Workspace][github/workspace] unless `expected` is an absolute path.
Downloads
3
Maintainers
Readme
Assert Directory Exists
Assert that expected
is a directory. Paths are relative to the
GitHub Workspace unless expected
is an absolute path.
- uses: pr-mpt/actions-assert@v2
with:
assertion: npm://@assertions/directory-exists
expected: "path/to/directory"
Part of the assertions foundation collection.