mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
details
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Lint
|
name: Lints
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -4,9 +4,6 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v2
|
||||||
uses: actions/checkout@v2
|
- run: docker-compose -f test.yml up --exit-code-from tests
|
||||||
- name: Tests
|
- uses: codecov/codecov-action@v1
|
||||||
run: docker-compose -f test.yml up --exit-code-from tests
|
|
||||||
- name: Coverage
|
|
||||||
uses: codecov/codecov-action@v1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user