From 5cb740d5f6bffebd4fa9e14ea4af0305c6842a59 Mon Sep 17 00:00:00 2001 From: madhead Date: Tue, 5 Jul 2022 14:32:50 +0200 Subject: [PATCH] Add actions typing --- .github/workflows/checks.yml | 6 ++++++ action-types.yml | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 action-types.yml diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 04c3cb1..780d422 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 diff --git a/action-types.yml b/action-types.yml new file mode 100644 index 0000000..9532c33 --- /dev/null +++ b/action-types.yml @@ -0,0 +1,8 @@ +inputs: + gradlew: + type: string +outputs: + version: + type: string + current: + type: string