Skip to content

OSPP: Smart Coding benchmark suite: built on KubeEdge-lanvs #194

OSPP: Smart Coding benchmark suite: built on KubeEdge-lanvs

OSPP: Smart Coding benchmark suite: built on KubeEdge-lanvs #194

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
paths:
- '**.md'
pull_request:
jobs:
pylint:
runs-on: ubuntu-20.04
name: pylint
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
steps:
<<<<<<< HEAD

Check failure on line 20 in .github/workflows/main-doc.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main-doc.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
- run: 'echo "only docs modified, no need to trigger CI"'
=======
- run: 'echo "only docs modified, no need to trigger CI"'
>>>>>>> origin/dev