Matrix Scroll

Forgejo / Gitea Actions

Forgejo and Gitea use GitHub Actions-compatible workflow syntax. Pin the same verify job.

jobs:
  verify-envelopes:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: SSX360/matrixscroll-verify-action@v1
        with:
          head-ref: ${{ github.event.pull_request.head.sha }}
          base-ref: ${{ github.event.pull_request.base.sha }}
          source: notes
          matrixscroll-version: "0.6.0"

Publish envelopes to git notes before review. Workflow file path differs by host; job steps match GitHub Actions.

Back to /try · GitHub Actions doc