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