1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

Merge pull request #2398 from bitwarden/workflow-lint

This commit is contained in:
Micaiah Martin 2022-02-18 13:29:04 -06:00 committed by GitHub
commit fd41b17aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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