1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00

Move to using a shared workflow (#1874)

This commit is contained in:
Micaiah Martin
2022-02-18 13:29:23 -06:00
committed by GitHub
parent e4c1596882
commit ecfdb8ca03
2 changed files with 2 additions and 40 deletions

View File

@ -5,18 +5,7 @@ on:
pull_request:
paths:
- .github/workflows/**
workflow_call:
jobs:
lint:
name: "Workflow Linter"
runs-on: ubuntu-20.04
steps:
- name: Checkout Version Branch
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Workflow Lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: bitwarden/gh-actions/lint-workflow@6f6ac44e93df2aaacfb46018dbeffffaad4a18e8
call-workflow:
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@master