Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create action-types.yml
  • Loading branch information
LeoColman authored Jul 16, 2022
commit 3b4ef2da0d34dc9f94ef67c080bf7815a9bad1f4
13 changes: 13 additions & 0 deletions .github/workflows/action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Validate action typings

on:
push: [main]
pull_request:
workflow_dispatch:

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