Skip to content

Feat/hyprland disable workspace click #2864

Feat/hyprland disable workspace click

Feat/hyprland disable workspace click #2864

Workflow file for this run

name: clang-format
on:
push:
branches: [master]
pull_request:
concurrency:
group: ${{ github.workflow }}-format-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: RafikFarhad/clang-format-github-action@v6
name: clang-format
with:
sources: "src/**/*.hpp,src/**/*.cpp"
style: "file"