From cd0d3f9df7c81565fc133ef4f74b87f745466939 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 24 Mar 2024 19:17:29 +0800 Subject: [PATCH] chore: fix timeout and ignore eslint --- .eslintignore | 2 +- .github/workflows/build-assets.yml | 2 +- .prettierignore | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .prettierignore diff --git a/.eslintignore b/.eslintignore index 5b176d430..f34dd213c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,4 +2,4 @@ coverage .vscode docker-compose.yml !/.github -!/docs/.vuepress +lib/routes-deprecated diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index 3b1f4febc..d435703bf 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest name: Build assets - timeout-minutes: 5 + timeout-minutes: 60 permissions: contents: write steps: diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..6bfa0646e --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +lib/routes-deprecated