workflows: add top level names
This commit is contained in:
parent
96ac8d076e
commit
37a4469a51
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
name: flake check
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
name: fmt check
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue