Skip to content

Commit 6251faf

Browse files
committed
docs: add job environments to feature coverage
Part of #1273.
1 parent 847318d commit 6251faf

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

docs/feature-coverage.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,26 @@ Legend:
66
* ✅/❌ - partially supported
77
* ❌ - not supported
88

9-
| Feature | Support | Tracking issue |
10-
|---------------------------------------------|---------|--------------------------------------------------------------------------|
11-
| Conditions || |
12-
| Continue on error || |
13-
| Concurrency || |
14-
| Dependent jobs || |
15-
| Different types of triggers || |
16-
| Different types of workers || |
17-
| Environment variables (`env` context) || |
18-
| `github` context || |
19-
| Job containers || |
20-
| Docker actions || |
21-
| Local actions || |
22-
| `outcome` context || |
23-
| Permissions || |
24-
| Public actions || |
25-
| `runner` context || |
26-
| Strategy matrix (`matrix` context) | ✅/❌ | [#368](https://github.com/typesafegithub/github-workflows-kt/issues/368) |
27-
| Secrets (`secrets` context) || |
28-
| Service containers || |
29-
| Timeouts || |
30-
| Workflow dispatch inputs (`inputs` context) | ✅/❌ | [#811](https://github.com/typesafegithub/github-workflows-kt/issues/811) |
9+
| Feature | Support | Tracking issue |
10+
|---------------------------------------------|---------|----------------------------------------------------------------------------|
11+
| Conditions || |
12+
| Continue on error || |
13+
| Concurrency || |
14+
| Dependent jobs || |
15+
| Different types of triggers || |
16+
| Different types of workers || |
17+
| Environment variables (`env` context) || |
18+
| `github` context || |
19+
| Job containers || |
20+
| Job environments || [#1273](https://github.com/typesafegithub/github-workflows-kt/issues/1273) |
21+
| Docker actions || |
22+
| Local actions || |
23+
| `outcome` context || |
24+
| Permissions || |
25+
| Public actions || |
26+
| `runner` context || |
27+
| Strategy matrix (`matrix` context) | ✅/❌ | [#368](https://github.com/typesafegithub/github-workflows-kt/issues/368) |
28+
| Secrets (`secrets` context) || |
29+
| Service containers || |
30+
| Timeouts || |
31+
| Workflow dispatch inputs (`inputs` context) | ✅/❌ | [#811](https://github.com/typesafegithub/github-workflows-kt/issues/811) |

0 commit comments

Comments
 (0)