@@ -1,4 +1,4 @@
|
||||
{
|
||||
"extends": "@antfu",
|
||||
"ignorePatterns":["/content/**"]
|
||||
"ignorePatterns":["/content/**","/.github/**"]
|
||||
}
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user