Browse Source

Created workflow file (#12)

pull/13/head
Micaiah Martin 4 years ago committed by GitHub
parent
commit
d357b828b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/workflow-linter.yml

11
.github/workflows/workflow-linter.yml

@ -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
Loading…
Cancel
Save