Skip to content

Commit

Permalink
Add action types with validation (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored Jan 1, 2025
1 parent ad29dda commit 674514b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
- run: ./program.kexe
if: ${{ matrix.os != 'windows-latest' }}

validate-typings:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: typesafegithub/github-actions-typing@v1
8 changes: 8 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
inputs:
version:
type: string
install-native:
type: boolean
script:
type: string

0 comments on commit 674514b

Please sign in to comment.