mirror of
https://github.com/bitwarden/browser
synced 2024-12-22 16:12:07 +01:00
a9ab32b476
* update all actions for version pin * Fix typo * Actions version pin final push * upadte set-up DCT job to use latest gh action
12 lines
221 B
YAML
12 lines
221 B
YAML
---
|
|
name: Workflow Linter
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- .github/workflows/**
|
|
|
|
jobs:
|
|
call-workflow:
|
|
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@34ecb67b2a357795dc893549df0795e7383ff50f
|