Skip to content

Commit

Permalink
releng - release 0.6.1 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt authored Jan 17, 2022
1 parent 7f7a4fd commit adeacc7
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 454 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "CI"
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
Lint:
Expand All @@ -29,6 +29,9 @@ jobs:
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down
Loading

0 comments on commit adeacc7

Please sign in to comment.