From 494b3d2ba6963f449b4efd90a955920a56effefa Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Wed, 30 Oct 2024 22:44:50 +0600 Subject: [PATCH] Fix linting Signed-off-by: nurRiyad --- .eslintrc | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 2778c23..d83a003 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,4 +1,4 @@ { "extends": "@antfu", - "ignorePatterns":["/content/**"] + "ignorePatterns":["/content/**","/.github/**"] } diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56be6fb..5afaedf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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