Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
feat: github actions, fix linter's warnings (#12)
Browse files Browse the repository at this point in the history
* feat: github actions, fix linter's warnings

* feat: add pybotx as dependency

* feat: add pybotx as dependency

* chore: linter's exclusions
  • Loading branch information
vonabarak authored Sep 6, 2021
1 parent 5677841 commit 888ee6c
Show file tree
Hide file tree
Showing 12 changed files with 498 additions and 241 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Python application
on: push
jobs:

lint:
name: Lint
runs-on: ubuntu-20.04

steps:
- name: Setup
uses: ExpressApp/[email protected]

- name: Run lint
run: |
source .venv/bin/activate
./scripts/lint
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.6.3 (Sep 6, 2021)

### Added
* Github actions for CI
* Added pybotx dependency to pyproject.toml (need for linter)

### Fixed
* Fix linter's warnings
___

## 0.6.2 (Aug 23, 2021)

### Fixed
Expand Down
Loading

0 comments on commit 888ee6c

Please sign in to comment.