Add action typing

This commit is contained in:
Björn Kautler 2025-05-05 16:23:40 +02:00
parent 0b4ea9b681
commit e55cef4845
3 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,19 @@
name: Check Action Typing
on:
- push
- pull_request
permissions:
contents: read
jobs:
check_action_typing:
name: Check Action Typing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check Action Typing
uses: typesafegithub/github-actions-typing@v2