mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-19 15:37:09 +01:00
Add action typing
This commit is contained in:
parent
0b4ea9b681
commit
e55cef4845
3 changed files with 114 additions and 0 deletions
19
.github/workflows/check-action-typing.yml
vendored
Normal file
19
.github/workflows/check-action-typing.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue