1 changed files with
2 additions and
2 deletions
|
|
@ -1,4 +1,4 @@
|
|
|
|
name: lint
|
|
|
|
name: test
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
@ -7,7 +7,7 @@ on:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
- main
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
Build:
|
|
|
|
test:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|