Skip to content

Create .editorconfig #14

Create .editorconfig

Create .editorconfig #14

name: GitLab Sync
on:
push:
branches:
- main
jobs:
sync:
name: GitLab Sync
if: github.repository == 'GESIS-Methods-Hub/minimal-example-qmd-rstats-units'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
username: ${{ github.actor }}
url: https://git.gesis.org/methods-hub/minimal-example-qmd-rstats-units.git
token: ${{ secrets.GITLAB_TOKEN }}