Skip to content

Commit

Permalink
Merge pull request #10 from vroncevic/dev
Browse files Browse the repository at this point in the history
[gen_esp] updated GHW action and docs
  • Loading branch information
vroncevic committed Apr 17, 2022
2 parents c76da1c + 9d6c2c6 commit 5eb5067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen_esp_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: set up python ${{ matrix.python-version }}
- name: gen_esp python package set up python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: lint with flake8
- name: gen_esp python package lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to gen_avr8
# Contributing to gen_esp

The following is a set of guidelines for contributing to gen_avr8 and its package, which are hosted in the [gen_avr8](https://github.com/vroncevic/gen_avr8) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
The following is a set of guidelines for contributing to gen_esp and its package, which are hosted in the [gen_esp](https://github.com/vroncevic/gen_esp) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

## Code of Conduct

gen_avr8 and everyone participating in it is governed by the [gen_avr8 Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [gen_avr8](mailto:elektron.ronca@gmail.com).
gen_esp and everyone participating in it is governed by the [gen_esp code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [gen_esp](mailto:elektron.ronca@gmail.com).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ gen_esp/

### Docs

[![Documentation Status](https://readthedocs.org/projects/gen_esp/badge/?version=latest)](https://gen_esp.readthedocs.io/en/latest/?badge=latest)
[![documentation status](https://readthedocs.org/projects/gen_esp/badge/?version=latest)](https://gen_esp.readthedocs.io/en/latest/?badge=latest)
[![pages-build-deployment](https://github.com/vroncevic/gen_esp/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/vroncevic/gen_esp/actions/workflows/pages/pages-build-deployment)

📗 More documentation and info at
Expand Down

0 comments on commit 5eb5067

Please sign in to comment.