mirror of
https://github.com/bitwarden/server
synced 2025-12-31 07:33:43 +00:00
Update workflows with linter suggestions (#1562)
* Update workflows with linter suggestions * Update workflows with linter suggestions
This commit is contained in:
13
.github/workflows/linter.yml
vendored
13
.github/workflows/linter.yml
vendored
@@ -1,13 +1,14 @@
|
||||
---
|
||||
name: Workflow Linter
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: add-workflow-linter
|
||||
# branches-ignore:
|
||||
# - 'l10n_master'
|
||||
# - 'gh-pages'
|
||||
# workflow_dispatch:
|
||||
# inputs: {}
|
||||
# branches-ignore:
|
||||
# - 'l10n_master'
|
||||
# - 'gh-pages'
|
||||
# workflow_dispatch:
|
||||
# inputs: {}
|
||||
|
||||
jobs:
|
||||
cloc:
|
||||
@@ -15,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
||||
|
||||
- name: Install cloc
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user