Skip to content

Commit

Permalink
Create initial workflow (bitwarden#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 authored Feb 18, 2022
1 parent c071b69 commit 9e872be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9e872be

Please sign in to comment.