mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 07:07:08 +01:00
19 lines
332 B
YAML
19 lines
332 B
YAML
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
|