diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 09abcae..30a1900 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -18,15 +18,6 @@ on: workflow_call: jobs: - reuseaction: - name: REUSE Compliance Check - uses: SchmiedmayerLab/.github/.github/workflows/reuse.yml@v0.5 - markdownlinkcheck: - name: Markdown Link Check - permissions: - contents: read - pull-requests: read - uses: SchmiedmayerLab/.github/.github/workflows/markdown-links.yml@v0.5 eslint: name: ESLint uses: SchmiedmayerLab/.github/.github/workflows/eslint.yml@v0.5