Skip to content

Commit 3cb663a

Browse files
Merge pull request TheAlgorithms#1932 from shellhub/dev
Rename action
2 parents 05e31a8 + 1c5b1d0 commit 3cb663a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build
1+
name: Build Project
22

33
on: [push, pull_request]
44

55
jobs:
6-
lint:
6+
build:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)