ci: rename lint -> test
This commit is contained in:
parent
8dff79d3f7
commit
09b3f6d19b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
name: lint
|
||||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -7,7 +7,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
jobs:
|
||||
Build:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
Loading…
Reference in a new issue