kbo 0.5.1

Local alignment search with k-bounded matching statistics.
Documentation
name: Mirror to Codeberg

on: [push]

jobs:
  push_to_codeberg:
    name: Push commits to codeberg
    runs-on: ubuntu-latest
    environment: Codeberg mirror

    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - uses: yesolutions/mirror-action@master
        with:
          REMOTE: 'https://codeberg.org/themaklin/sablast.git'
          GIT_USERNAME: themaklin
          GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}