mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
11 lines
186 B
YAML
11 lines
186 B
YAML
|
---
|
||
|
name: Workflow Linter
|
||
|
|
||
|
on:
|
||
|
pull_request:
|
||
|
paths:
|
||
|
- .github/workflows/**
|
||
|
|
||
|
jobs:
|
||
|
call-workflow:
|
||
|
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@master
|