mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Move to using shared workflow (#1787)
This commit is contained in:
14
.github/workflows/workflow-linter.yml
vendored
14
.github/workflows/workflow-linter.yml
vendored
@@ -7,15 +7,5 @@ on:
|
|||||||
- .github/workflows/**
|
- .github/workflows/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
call-workflow:
|
||||||
name: "Workflow Linter"
|
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@master
|
||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user