Skip to content

Commit

Permalink
Create validate-action-typings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Feb 4, 2023
1 parent 2fb793d commit ec9f714
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/validate-action-typings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate action typings

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
validate-typings:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: krzema12/github-actions-typing@v1

0 comments on commit ec9f714

Please sign in to comment.