update ci/cd
This commit is contained in:
parent
42794638cc
commit
03d336e177
2 changed files with 12 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,7 +1,13 @@
|
||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "./src"
|
||||||
|
- "./tests"
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- "./src"
|
||||||
|
- "./tests"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -1,7 +1,13 @@
|
||||||
name: Lint
|
name: Lint
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "./src"
|
||||||
|
- "./tests"
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- "./src"
|
||||||
|
- "./tests"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue