Skip to content

Commit

Permalink
add eslint to action
Browse files Browse the repository at this point in the history
  • Loading branch information
radek00 committed Jul 22, 2023
1 parent b7a8bc8 commit 9988dc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
working-directory: ./SecureSend/ClientApp
run: npm run prettier-verify

- name: Eslint verify
working-directory: ./SecureSend/ClientApp
run: npm run lint

- name: Build Vite project
working-directory: ./SecureSend/ClientApp
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion SecureSend/ClientApp/src/views/FileDownloadView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const isPasswordValidComputed = computed(
>
<FileCard
v-for="file in secureUpload.files"
:key="(file.fileName as string)"

:file-name="file.fileName!"
>
<template #cardBottom>
Expand Down

0 comments on commit 9988dc3

Please sign in to comment.