Spaces:
Running
Running
feat: name action
Browse files
.github/workflows/main.yml
CHANGED
@@ -15,8 +15,7 @@ on:
|
|
15 |
|
16 |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
17 |
jobs:
|
18 |
-
|
19 |
-
build:
|
20 |
# The type of runner that the job will run on
|
21 |
runs-on: ubuntu-latest
|
22 |
|
|
|
15 |
|
16 |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
17 |
jobs:
|
18 |
+
checksize:
|
|
|
19 |
# The type of runner that the job will run on
|
20 |
runs-on: ubuntu-latest
|
21 |
|