Skip to content

chore(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 #630

chore(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13

chore(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 #630

---
name: Check formatting
on:
push:
branches:
- chatterino7
pull_request:
merge_group:
concurrency:
group: check-formatting-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: apt-get update
run: sudo apt-get update
- name: Install clang-format
run: sudo apt-get -y install dos2unix
- name: Check formatting
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: "./src ./tests/src ./benchmarks/src ./mocks/include"
extensions: "hpp,cpp"
clangFormatVersion: 16
- name: Check line-endings
run: ./scripts/check-line-endings.sh