Skip to content

Commit 1f34e7a

Browse files
committed
Fix linter
1 parent bc702c5 commit 1f34e7a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
# make release
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v3
67+
uses: github/codeql-action/analyze@v3.28.12

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm install
2424
npm run build
2525
26-
- name: Create Directory Stucture
26+
- name: Create Directory Structure
2727
run: |
2828
mkdir tmp
2929
mv website/sitemap.xml tmp/
@@ -39,7 +39,7 @@ jobs:
3939
echo "These files are ready to be moved onto the production web server:"
4040
ls
4141
42-
# Package the artefacts using actions/upload-pages-artifact
42+
# Package the artifacts using actions/upload-pages-artifact
4343
- name: Upload Pages Artifact
4444
uses: actions/upload-pages-artifact@v3
4545
with:

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { defineConfig } from 'vite';
2+
import process from 'process';
23
import { resolve } from 'path';
34
import viteImagemin from 'vite-plugin-imagemin';
45
import eslintPlugin from 'vite-plugin-eslint';

0 commit comments

Comments
 (0)