This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Fixed #269: Anchor links with Target attributes are respected #973
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: [workflow_dispatch, push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: coursier/cache-action@v6 | |
| - uses: coursier/setup-action@v1 | |
| with: | |
| java-version: adopt@1.11 | |
| - uses: sbt/setup-sbt@v1 | |
| - name: Tyrian Compile & Test | |
| run: sbt clean compile scalafmtCheckAll test |