boris commited on
Commit
5b3faf1
1 Parent(s): ebcaf78

feat: name action

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -2
.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
- # This workflow contains a single job called "build"
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