Skip to content

fix: minor errors in the doxygen format, now fixed #81

fix: minor errors in the doxygen format, now fixed

fix: minor errors in the doxygen format, now fixed #81

Workflow file for this run

name: Code compliance and mirroring
on: push
jobs:
push_to_mirror:
name: Push to epitech mirror
runs-on: ubuntu-latest
if: github.repository == 'Reyshyram/42sh'
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: ${{ vars.MIRROR_SSH_URL }}
ssh_private_key: ${{ secrets.GIT_SSH_KEY }}