diff --git a/.github/workflows/ail_framework_test.yml b/.github/workflows/ail_framework_test.yml index b8185ceb..28dbefe5 100644 --- a/.github/workflows/ail_framework_test.yml +++ b/.github/workflows/ail_framework_test.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master, dev ] + branches: [ disabled ] pull_request: - branches: [ master, dev ] + branches: [ disabled] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/linkspector.yml b/.github/workflows/linkspector.yml new file mode 100644 index 00000000..9dcee4fa --- /dev/null +++ b/.github/workflows/linkspector.yml @@ -0,0 +1,15 @@ +# On pull request, this will check that links in the vicinity of the diff are not broken. +name: Linkspector +on: [pull_request] +jobs: + check-links: + name: runner / linkspector + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v5 + - name: Run linkspector + uses: umbrelladocs/action-linkspector@v1 + with: + reporter: github-pr-review + filter_mode: diff_context + fail_level: any \ No newline at end of file diff --git a/HOWTO.md b/HOWTO.md index 35eaec6f..f01d3bd0 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -67,6 +67,7 @@ libretranslate ### Configuration: To enable LibreTranslate for chat translation, edit the LibreTranslate URL in the [./configs/core.cfg](./configs/core.cfg) file under the [Translation] section. +fdsfdsfds change test ``` [Translation] libretranslate = http://127.0.0.1:5000