Fahad Mattoo mattoofahaddcube commited on
Commit
a8fd8f5
·
unverified ·
1 Parent(s): 8f9cc41

* added toml file

* updating toml

* adding an app file

* updates

* pylint test

* pylint test

---------

Co-authored-by: mattoofahadD3 <[email protected]>

Files changed (2) hide show
  1. .github/workflows/pylint.yml +3 -3
  2. src/app.py +5 -1
.github/workflows/pylint.yml CHANGED
@@ -7,11 +7,11 @@ jobs:
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
 
7
  runs-on: ubuntu-latest
8
  strategy:
9
  matrix:
10
+ python-version: ["3.10", "3.11"]
11
  steps:
12
+ - uses: actions/checkout@v4
13
  - name: Set up Python ${{ matrix.python-version }}
14
+ uses: actions/setup-python@v4
15
  with:
16
  python-version: ${{ matrix.python-version }}
17
  - name: Install dependencies
src/app.py CHANGED
@@ -1 +1,5 @@
1
- import os
 
 
 
 
 
1
+ """Module doc string"""
2
+
3
+ import os
4
+
5
+ os.getcwd()