Skip to content

Commit b00ca95

Browse files
committed
Update and rename blank.yml to verify-data.yml
Signed-off-by: Cem Dervis <[email protected]>
1 parent 8d9b84f commit b00ca95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml renamed to .github/workflows/verify-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: CI
1+
name: 'Verify data'
22

33
on:
44
pull_request:
55
branches: [ "main" ]
66

77
jobs:
88
yamllint:
9-
name: 'Yamllint'
9+
name: 'YAML lint'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Checkout'

0 commit comments

Comments
 (0)