⬆️ Update qodana
to v2024.1.9
#193
This file contains 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: Sync branches main with latest | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
sync-branch: | |
name: Update latest branch | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- uses: actions/checkout@master | |
- uses: connor-baer/action-sync-branch@main | |
with: | |
branch: latest | |
token: ${{ secrets.GITHUB_TOKEN }} | |
force: false |