Skip to content

Commit d361b50

Browse files
committed
include pylint as part of the github workflow
1 parent 1be64c8 commit d361b50

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pylint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: node20
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.10", "3.12"]
10+
python-version: ["3.12"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Embedding Scope
22

3+
![example workflow](https://github.com/cxcscmu/embedding-scope//actions/workflows/pylint.yml/badge.svg)
4+
5+
## Table of Contents
6+
37
- [Getting Started](#getting-started)
48

59
## Getting Started

0 commit comments

Comments
 (0)