Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
feat: Github actions with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
satya7289 committed Jul 29, 2020
1 parent b7353a0 commit bafacb1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Run tests
on: [push]
on:
pull_request:
branches: [ develop ]
jobs:
run:
runs-on: ${{ matrix.os }}
Expand All @@ -12,7 +14,13 @@ jobs:
PYTHON: ${{ matrix.python-version }}

steps:
- uses: actions/checkout@develop
- uses: actions/[email protected]
- name: Check Commit Messages
with:
fetch-depth: 0
- uses: actions/[email protected]
- run: yarn add @commitlint/{config-conventional,cli}
- run: yarn run commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
- name: Setup Python
uses: actions/setup-python@develop
with:
Expand Down

0 comments on commit bafacb1

Please sign in to comment.