Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 86e9d15

Browse files
committed
docs: mention problem matcher
1 parent 87db410 commit 86e9d15

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44

55
### Deno Setup action with integrated cache.
66

7-
Based on `denoland/setup-deno@v1`, & `actions/cache@v3`, handles `DENO_DIR` and caching for you.\
8-
Works on Ubuntu, macOS & Windows runners.
7+
- Based on:
8+
- [`denoland/setup-deno@v1`](https://github.com/denoland/setup-deno),
9+
- [`actions/cache@v3`](https://github.com/actions/cache)
10+
- Handles restoring and caching to `DENO_DIR` for you.
11+
- Annotates your source code from `deno lint --compact` output.\
12+
See the summary of the most recent [Problem Matcher worflow](https://github.com/nekowinston/setup-deno/actions/workflows/problem-matcher.yml) for an example.
13+
- Works on Ubuntu, macOS & Windows runners.
914

1015
### Usage
1116

0 commit comments

Comments
 (0)