fix(ci): cleanup
This commit is contained in:
parent
107f8dbe65
commit
b5484e9060
2 changed files with 2 additions and 14 deletions
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
|
|
@ -2,19 +2,9 @@ name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
branches: [main]
|
||||||
- 'include/**'
|
|
||||||
- 'src/**'
|
|
||||||
- 'tests/**'
|
|
||||||
- 'CMakeLists.txt'
|
|
||||||
- '.github/workflows/**'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
branches: [main]
|
||||||
- 'include/**'
|
|
||||||
- 'src/**'
|
|
||||||
- 'tests/**'
|
|
||||||
- 'CMakeLists.txt'
|
|
||||||
- '.github/workflows/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
namespace bmath {
|
namespace bmath {
|
||||||
|
|
||||||
auto _ = 1+1;
|
|
||||||
|
|
||||||
template <typename Derived, size_t Limit>
|
template <typename Derived, size_t Limit>
|
||||||
requires(Limit > 0)
|
requires(Limit > 0)
|
||||||
class Sieve {
|
class Sieve {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue