Skip to content

Commit 2550cca

Browse files
committed
ci: Remove loading of env file
1 parent e65557f commit 2550cca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lint-and-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
- name: Checkout code
5353
# Checks out the repository code.
5454
uses: actions/checkout@v4
55-
56-
- name: Load env file
57-
run: echo "${{ secrets.APPLICATION_ENV_FILE }}" > .env
5855

5956
- name: Setup Node.js ${{ inputs.node-version }}
6057
# Sets up NodeJS environment

0 commit comments

Comments
 (0)