mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
11 lines
185 B
YAML
11 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
|