Skip to content

chore(deps): bump black from 24.3.0 to 24.4.2 in the pip group #16

chore(deps): bump black from 24.3.0 to 24.4.2 in the pip group

chore(deps): bump black from 24.3.0 to 24.4.2 in the pip group #16

name: clang-format-linter
on:
push:
paths:
- solution/**
- lcs/**
- lcp/**
- lcof2/**
- lcof/**
- lcci/**
- basic/**
pull_request:
paths:
- solution/**
- lcs/**
- lcp/**
- lcof2/**
- lcof/**
- lcci/**
- basic/**
concurrency:
group: ${{github.workflow}} - ${{github.ref}}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'c,cpp,java'
clangFormatVersion: 16