mirror of
https://github.com/bitwarden/server.git
synced 2025-01-03 18:57:35 +01:00
c63db733e0
* Workflow linting and test separation * Name linting step * Few more renames * Database testing consolidation * Few more renames and tweaks
13 lines
200 B
YAML
13 lines
200 B
YAML
---
|
|
name: Workflow linter
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- .github/workflows/**
|
|
|
|
jobs:
|
|
call-workflow:
|
|
name: Lint
|
|
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@main
|