Created workflow file

This commit is contained in:
Micaiah Martin 2022-02-18 09:05:18 -06:00
parent d1d76a3647
commit 7322acc403
1 changed files with 11 additions and 0 deletions

11
.github/workflows/workflow-linter.yml vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: Workflow Linter
on:
pull_request:
paths:
- .github/workflows/**
jobs:
call-workflow:
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@master