Skip to content

⬆️ Update qodana to v2024.1.2 #128

⬆️ Update qodana to v2024.1.2

⬆️ Update qodana to v2024.1.2 #128

Workflow file for this run

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