mirror of
https://github.com/bitwarden/server
synced 2026-01-03 17:14:00 +00:00
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
This commit is contained in:
3
.github/workflows/workflow-linter.yml
vendored
3
.github/workflows/workflow-linter.yml
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: Workflow Linter
|
||||
name: Workflow linter
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -8,4 +8,5 @@ on:
|
||||
|
||||
jobs:
|
||||
call-workflow:
|
||||
name: Lint
|
||||
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@main
|
||||
|
||||
Reference in New Issue
Block a user