Skip to content

Commit

Permalink
[bahmutov#147] Add action typings
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jul 18, 2022
1 parent cb39a46 commit d766263
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/validate-action-typings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate action typings

on:
push: [master]
pull_request:
workflow_dispatch:

jobs:
validate-typings:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: krzema12/github-actions-typing@v0

12 changes: 12 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See https://github.com/krzema12/github-actions-typing

inputs:
working-directory:
type: string
useLockFile:
type: boolean
useRollingCache:
type: boolean
install-command:
type: string

0 comments on commit d766263

Please sign in to comment.