Browse Source

Remove step (#366)

pull/342/head
Vince Grassia 10 months ago committed by GitHub
parent
commit
6e3f7024df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/workflow-linter.yml

4
.github/workflows/workflow-linter.yml

@ -39,7 +39,3 @@ jobs: @@ -39,7 +39,3 @@ jobs:
- name: Lint
if: steps.changed-workflows.outputs.all_changed_files_count != '0'
run: bwwl lint -f .github/workflows
- name: Validate examples
if: steps.changed-workflows.outputs.all_changed_files_count != '0'
run: bwwl lint -f .github/templates/workflow-templates # validate that example workflows still meet bitwarden standards

Loading…
Cancel
Save