mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2025-12-17 12:54:36 +03:00
Compare commits
2 Commits
master
...
EgorWeders
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f085c06a2b | ||
|
|
c5cbbb43f3 |
17
.github/workflows/clang-format-check
vendored
Normal file
17
.github/workflows/clang-format-check
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Clang Format Checker
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
env:
|
||||||
|
BRANCH_NAME: master
|
||||||
|
jobs:
|
||||||
|
check-format:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: wolletd/clang-format-checker@v1
|
||||||
|
with:
|
||||||
|
target-ref: ${{ env. BRANCH_NAME }} # required, merge target
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* GoodbyeDPI — Passive DPI blocker and Active DPI circumvention utility.
|
* GoodbyeDPI — Passive DPI blocker and Active DPI circumvention utility.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user