Skip to content

Commit 91cd187

Browse files
committed
fixup! Add Github Actions workflow for lint checks
Signed-off-by: Nabarun Pal <[email protected]>
1 parent bad912e commit 91cd187

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ on:
99

1010
jobs:
1111
build:
12-
strategy:
13-
matrix:
14-
python-version: [3.8]
1512
runs-on: ubuntu-16.04
1613
steps:
1714
- name: Checkout code
1815
uses: actions/checkout@v2
19-
- name: Setup Python ${{ matrix.python-version }}
16+
- name: Setup Python 3.8
2017
uses: actions/setup-python@v1
2118
with:
22-
python-version: ${{ matrix.python-version }}
19+
python-version: 3.8
2320
- name: Cache pip
2421
uses: actions/cache@v2
2522
with:

0 commit comments

Comments
 (0)