Skip to content

Commit

Permalink
feat: fix cp template
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Aug 29, 2024
1 parent 30562ea commit 25dc120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: C++ (clang-format)

on:
push:
paths:
- "**/*.cpp"
- "**/*.hpp"
pull_request:
paths:
- "**/*.cpp"
- "**/*.hpp"
on: [push, pull_request]

jobs:
format:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Python (Ruff)

on:
push:
paths:
- "**/*.py"
pull_request:
paths:
- "**/*.py"
on: [push, pull_request]

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion templates/cp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using namespace std;

#ifdef STARCEA
#include "debug.hpp"
#include "../debug.hpp"
#else
#define debug(...)
#endif
Expand Down

0 comments on commit 25dc120

Please sign in to comment.