1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Create initial workflow (#488)

This commit is contained in:
Micaiah Martin 2022-02-18 13:28:44 -06:00 committed by GitHub
parent eb5be3c72f
commit 66012936ad
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