Skip to content

Commit

Permalink
Add action typings
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored and axel-op committed May 5, 2023
1 parent dbff853 commit 1c59540
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate-action-typings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Validate action typings

on: [push, pull_request]

jobs:
validate-typings:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: krzema12/github-actions-typing@v0
16 changes: 16 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See https://github.com/krzema12/github-actions-typing
inputs:
args:
type: string
files:
type: string
files-excluded:
type: string
skipCommit:
type: boolean
version:
type: string
githubToken:
type: string
commitMessage:
type: string

0 comments on commit 1c59540

Please sign in to comment.