Skip to content

Commit

Permalink
Add actions typing
Browse files Browse the repository at this point in the history
  • Loading branch information
madhead committed Jul 5, 2022
1 parent bd92ce9 commit 5cb740d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
- uses: actions/setup-node@v3
- run: npm install
- run: npm run test
actions-typing:
name: Validate actions typing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: krzema12/github-actions-typing@v0
8 changes: 8 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
inputs:
gradlew:
type: string
outputs:
version:
type: string
current:
type: string

0 comments on commit 5cb740d

Please sign in to comment.