diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index ae8e5fd7..40b87a24 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -18,3 +18,4 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review + fail_level: any diff --git a/.linkspector.yml b/.linkspector.yml new file mode 100644 index 00000000..cc803073 --- /dev/null +++ b/.linkspector.yml @@ -0,0 +1,6 @@ +dirs: + - . +useGitIgnore: true +ignorePatterns: + - pattern: .*http://127.0.0.1:8000/.* +baseUrl: https://github.com/direct-framework/direct-webapp diff --git a/README.md b/README.md index 34bd6cb9..c6cc0df4 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ To launch the server run: docker compose up ``` -The app will be available at +The app will be available at As above, create a superuser with