1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 12:13:17 +00:00
Files
server/.github/workflows/workflow-linter.yml
Matt Bishop c63db733e0 Workflow linting and test separation (#3684)
* Workflow linting and test separation

* Name linting step

* Few more renames

* Database testing consolidation

* Few more renames and tweaks
2024-01-23 13:24:52 -05:00

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