Skip to content

Commit

Permalink
test: fix test cases for integer with non-integer named values
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jan 31, 2025
1 parent ca1309f commit 7e87821
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# yaml-language-server: $schema=../../../../github-actions-typing.schema.json
# See https://github.com/typesafegithub/github-actions-typing
inputs:
list-of-integer:
type: list
separator: ','
list-item:
type: integer
name: AllowedValues
named-values:
foo: '0'
retries:
type: integer
name: AllowedValues
named-values:
foo: '0'
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# yaml-language-server: $schema=../../../../github-actions-typing.schema.json
# See https://github.com/typesafegithub/github-actions-typing
outputs:
list-of-integer:
type: list
separator: ','
list-item:
type: integer
name: AllowedValues
named-values:
foo: '0'
retries:
type: integer
name: AllowedValues
named-values:
foo: '0'

0 comments on commit 7e87821

Please sign in to comment.