fix(normal): use only treesitter to move lines around on normal mode #476
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: backup | |
| on: push | |
| jobs: | |
| backup: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@main | |
| with: | |
| fetch-depth: "0" | |
| - uses: ruicsh/backup-action@main | |
| with: | |
| bitbucket_app_user: ${{ secrets.BACKUP_APP_USER }} | |
| bitbucket_app_password: ${{ secrets.BACKUP_APP_PASSWORD }} | |
| target_repo: ruicsh/nvim-config |