Skip to content

Fix pylint warnings and add typehints #10

Fix pylint warnings and add typehints

Fix pylint warnings and add typehints #10

Workflow file for this run

name: GitLab mirroring
on: [push, delete]
jobs:
to_gitlab:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@forgemia.inra.fr:metagenopolis/crocodeel.git
ssh_private_key:
${{ secrets.GITLAB_SSH_PRIVATE_KEY }}