mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00

* 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
|