Skip to content

Commit ebef95e

Browse files
committed
chore(cicd): add ESLint check for the Pull Requests
1 parent 1c48afa commit ebef95e

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/code-review.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ on: [pull_request]
44

55
jobs:
66

7+
# -- ESLINT -----------------------------------------------------------------
8+
eslint:
9+
name: ESLint
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1
14+
15+
- name: Run ESLint
16+
uses: reviewdog/action-eslint@v1
17+
718
# -- DOCKER -----------------------------------------------------------------
819
hadolint:
9-
name: runner / hadolint
20+
name: Hadolint
1021
runs-on: ubuntu-latest
1122

1223
steps:

0 commit comments

Comments
 (0)