Skip to content

Commit 7824614

Browse files
authored
fix up ci actions (#278)
1 parent ff88925 commit 7824614

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Python Semantic Release
18-
uses: relekang/python-semantic-release@master
18+
uses: relekang/python-semantic-release@v7.34.6
1919
with:
2020
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2121
# pypi_token: ${{ secrets.PYPI_TOKEN }}

.github/workflows/wipac_cicd.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ on: [push]
44

55
jobs:
66

7-
# flake8:
8-
# runs-on: ubuntu-latest
9-
# steps:
10-
# - uses: actions/checkout@v3
11-
# - uses: actions/setup-python@v4
12-
# with:
13-
# python-version: ${{ env.py_version }}
14-
# - uses: WIPACrepo/[email protected]
7+
flake8:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-python@v3
12+
- uses: WIPACrepo/[email protected]
1513

1614
py-setup:
1715
runs-on: ubuntu-latest

.github/workflows/wipac_flake8.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ ignore_errors = True
9292
directory = htmlcov
9393

9494
[flake8]
95-
ignore = E501
96-
exclude = env,bin,doc,jadetools
95+
ignore = E203,E226,E228,E231,E501,W503,W504
96+
exclude = env,bin,doc,jadetools,tests
9797

9898
[mypy]
9999
show_error_codes = True

0 commit comments

Comments
 (0)