ci: rename lint -> test

This commit is contained in:
Ven
2022-10-12 16:06:53 +02:00
committed by GitHub
parent 8dff79d3f7
commit 09b3f6d19b

View File

@ -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: