ci: rename lint -> test

main
Ven 2 years ago committed by GitHub
parent 8dff79d3f7
commit 09b3f6d19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save