Skip to content

Commit

Permalink
Add action typing (burrunan#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Jan 23, 2023
1 parent c3a2f25 commit afe3d0f
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-action-typing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Action Typing

on:
push:
pull_request:

jobs:
check_action_typing:
name: Check Action Typing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Check Action Typing
uses: krzema12/github-actions-typing@v0
51 changes: 51 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# See https://github.com/krzema12/github-actions-typing
outputs:
build-scan-url:
type: string
inputs:
job-id:
type: string
build-root-directory:
type: string
home-directory:
type: string
gradle-version:
type: string
read-only:
type: boolean
save-generated-gradle-jars:
type: boolean
save-local-build-cache:
type: boolean
multi-cache-enabled:
type: boolean
multi-cache-version:
type: string
multi-cache-repository:
type: string
multi-cache-group-id-filter:
type: string
save-gradle-dependencies-cache:
type: boolean
execution-only-caches:
type: boolean
remote-build-cache-proxy-enabled:
type: boolean
gradle-dependencies-cache-key:
type: string
save-maven-dependencies-cache:
type: boolean
maven-local-ignore-paths:
type: string
debug:
type: boolean
concurrent:
type: boolean
arguments:
type: string
properties:
type: string
gradle-build-scan-report:
type: boolean
gradle-distribution-sha-256-sum-warning:
type: boolean

0 comments on commit afe3d0f

Please # to comment.