Skip to content

Commit 015322c

Browse files
committed
hey
1 parent 98cae8d commit 015322c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of REANA.
2-
# Copyright (C) 2020, 2022, 2024 CERN.
2+
# Copyright (C) 2020, 2022, 2024, 2025 CERN.
33
#
44
# REANA is free software; you can redistribute it and/or modify it
55
# under the terms of the MIT License; see LICENSE file for more details.
@@ -103,7 +103,7 @@ jobs:
103103
run: corepack enable && yarn set version 4.6.0
104104

105105
- name: Install eslint
106-
run: yarn add eslint
106+
run: yarn dlx eslint
107107

108108
- name: Run prettier code formatter
109109
run: ./run-tests.sh --check-lint
@@ -122,9 +122,6 @@ jobs:
122122
- name: Enable corepack and set yarn version
123123
run: corepack enable && yarn set version 4.6.0
124124

125-
- name: Install project dependencies
126-
run: yarn
127-
128125
- name: Run JavaScript tests
129126
run: ./run-tests.sh --check-js-tests
130127

0 commit comments

Comments
 (0)