1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-21 11:25:56 +01:00

Move to using shared workflow (#1787)

This commit is contained in:
Micaiah Martin 2022-02-18 13:29:14 -06:00 committed by GitHub
parent ad6cf9318b
commit dd2c24dcc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,15 +7,5 @@ on:
- .github/workflows/**
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