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