#287 #263 #230 Lifelong Learning Robot Example fixed #748
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <<<<<<< HEAD | ||
| name: CI | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| tags: | ||
| paths: | ||
| - '**.md' | ||
| pull_request: | ||
| jobs: | ||
| pylint: | ||
| runs-on: ubuntu-22.04 | ||
| name: pylint | ||
| strategy: | ||
| matrix: | ||
| python-version: [ "3.7", "3.8", "3.9" ] | ||
| steps: | ||
| - run: 'echo "only docs modified, no need to trigger CI"' | ||
| ======= | ||
| version https://git-lfs.github.com/spec/v1 | ||
| oid sha256:1ca29d2c41b073d725cd179022c93976f83c362024b9ce10382820269179aad2 | ||
| size 313 | ||
| >>>>>>> 9676c3e (ya toh aar ya toh par) | ||