Skip to content

feat: implement scanForPythonVersions function and tests for discover… #9

feat: implement scanForPythonVersions function and tests for discover…

feat: implement scanForPythonVersions function and tests for discover… #9

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build
- name: Bundle
run: npm run bundle