Skip to content

Commit 78e813a

Browse files
committed
#9: safe
1 parent 292f23f commit 78e813a

File tree

8 files changed

+2859
-2709
lines changed

8 files changed

+2859
-2709
lines changed

.github/workflows/checkmake.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
2+
# SPDX-License-Identifier: MIT
3+
---
4+
name: checkmake
5+
'on':
6+
push:
7+
branches:
8+
- master
9+
pull_request:
10+
branches:
11+
- master
12+
jobs:
13+
checkmake:
14+
timeout-minutes: 15
15+
runs-on: ubuntu-24.04
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: Uno-Takashi/checkmake-action@v2

0 commit comments

Comments
 (0)