Skip to content

Commit e95807b

Browse files
committed
hey
1 parent 98cae8d commit e95807b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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
@@ -123,7 +123,7 @@ jobs:
123123
run: corepack enable && yarn set version 4.6.0
124124

125125
- name: Install project dependencies
126-
run: yarn
126+
run: yarn install --immutable
127127

128128
- name: Run JavaScript tests
129129
run: ./run-tests.sh --check-js-tests

0 commit comments

Comments
 (0)