Skip to content

Commit 8e52263

Browse files
committed
COnverted main.workflow hmc file to main.yml
1 parent 5fc7377 commit 8e52263

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/main.workflow

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: push
2+
name: on push
3+
jobs:
4+
gitHubActionForCpplint:
5+
name: GitHub Action for cpplint
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: GitHub Action for cpplint
10+
uses: cclauss/GitHub-Action-for-cpplint@master
11+
with:
12+
args: cpplint --help

0 commit comments

Comments
 (0)