Skip to content

Commit 9ab3dc2

Browse files
- Azure_eu and include_metadata support added
- Live preview code updated - Security file added
1 parent e4cc339 commit 9ab3dc2

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/pylint.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
#name: Pylint
2-
#
3-
#on: [ push ]
4-
#
5-
#jobs:
6-
# build:
7-
# runs-on: ubuntu-latest
8-
# strategy:
9-
# matrix:
10-
# python-version: [ "3.8", "3.9", "3.10" ]
11-
# steps:
12-
# - uses: actions/checkout@v3
13-
# - name: Set up Python ${{ matrix.python-version }}
14-
# uses: actions/setup-python@v3
15-
# with:
16-
# python-version: ${{ matrix.python-version }}
17-
# - name: Install dependencies
18-
# run: |
19-
# python -m pip install --upgrade pip
20-
# pip install pylint
21-
# - name: Analysing the code with pylint
22-
# run: |
23-
# pylint $(git ls-files '*.py')
1+
name: Pylint
2+
3+
on: [ push ]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
python-version: [ "3.8", "3.9", "3.10" ]
11+
steps:
12+
- uses: actions/checkout@v3
13+
- name: Set up Python ${{ matrix.python-version }}
14+
uses: actions/setup-python@v3
15+
with:
16+
python-version: ${{ matrix.python-version }}
17+
- name: Install dependencies
18+
run: |
19+
python -m pip install --upgrade pip
20+
pip install pylint
21+
- name: Analysing the code with pylint
22+
run: |
23+
pylint $(git ls-files '*.py')

.github/workflows/python-app.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
name: Python package
55

6-
on:
7-
push:
8-
branches: [ "next" ]
9-
pull_request:
10-
branches: [ "next" ]
6+
on: [ push ]
7+
# push:
8+
# branches: [ "next" ]
9+
# pull_request:
10+
# branches: [ "next" ]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)