Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e6c7b4

Browse files
Merge pull requestTheAlgorithms#1939 from TheAlgorithms/dev
fixed checkstyle action
2 parents176675a +89ca5d4 commit2e6c7b4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

‎.github/workflows/build.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name:Build Project
22

3-
on:[push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
-master
48

59
jobs:
610
build:

‎.github/workflows/checkstyle.yml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name:Code Formatter
22

3-
on:[push]
4-
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
-master
58
jobs:
69
format:
710
runs-on:ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp