Fix linting

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2024-10-30 22:44:50 +06:00
parent a578e27f0f
commit 494b3d2ba6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{
"extends": "@antfu",
"ignorePatterns":["/content/**"]
"ignorePatterns":["/content/**","/.github/**"]
}

View File

@@ -1,4 +1,4 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# This workflow will do a clean installation of node dependencies, check linting and build
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI