Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 15, 2020
1 parent 1a22d69 commit eb22f82
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,21 @@ ex.

We can test external Tengo scripts with [suzuki-shunsuke/tengo-tester](https://github.com/suzuki-shunsuke/tengo-tester).

## Restriction: map key should be string

* meta
* phase.meta
* task.meta
* task.items

NG

```yaml
---
meta:
true: foo # invalid key: key should be string
```

## Configuration Reference

```yaml
Expand Down

0 comments on commit eb22f82

Please sign in to comment.