Skip to content

Commit aec38b3

Browse files
authored
Use types_or in TOML example (#100)
1 parent 66e4674 commit aec38b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ For example,
287287
- id: check-jsonschema
288288
name: 'Check GitHub Workflows'
289289
files: ^mydata/
290-
types: [toml]
290+
types_or: [toml]
291291
args: ['--schemafile', 'schemas/toml-data.json']
292292
additional_dependencies: ['tomli']
293293
```

0 commit comments

Comments
 (0)