feat: misc tests
This commit is contained in:
parent
a5e094d44a
commit
6966e8e101
3 changed files with 3 additions and 3 deletions
2
.github/workflows/luarocks.yaml
vendored
2
.github/workflows/luarocks.yaml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
uses: ./.github/workflows/ci.yml
|
uses: ./.github/workflows/ci.yaml
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: ci
|
needs: ci
|
||||||
|
|
|
||||||
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Code Quality
|
name: quality
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
||||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Tests
|
name: tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue