Skip to content

Commit

Permalink
Merge pull request #45 from krzema12/main
Browse files Browse the repository at this point in the history
Add action typing
  • Loading branch information
marcuspoehls authored Feb 10, 2023
2 parents 7f58bad + ec9f714 commit c158722
Show file tree
Hide file tree
Showing 2 changed files with 28 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:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
validate-typings:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: krzema12/github-actions-typing@v1
14 changes: 14 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See https://github.com/krzema12/github-actions-typing
inputs:
mongodb-version:
type: string
mongodb-replica-set:
type: string
mongodb-port:
type: integer
mongodb-db:
type: string
mongodb-username:
type: string
mongodb-password:
type: string

0 comments on commit c158722

Please sign in to comment.