Skip to content

Merge pull request #254 from rbrich/fix-vk-sync #1326

Merge pull request #254 from rbrich/fix-vk-sync

Merge pull request #254 from rbrich/fix-vk-sync #1326

Workflow file for this run

name: Lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: check
run: ./check.sh
shell: bash