mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-28 15:34:52 -05:00
469f30eb53
Some checks failed
Publish Images / Build and Test (push) Has been cancelled
Build and Test / Set build metadata (push) Has been cancelled
Build and Test / Build test suite matrix (push) Has been cancelled
Build and Test / preview-release-notes (push) Has been cancelled
Lint commit / commitlint (push) Has been cancelled
Publish Images / Release (push) Has been cancelled
Build and Test / Build and Test (push) Has been cancelled
Build and Test / Test the Super-linter GitHub Action (push) Has been cancelled
Build and Test / Run test cases (push) Has been cancelled
Build and Test / Check if all the tests passed (push) Has been cancelled
32 lines
533 B
Text
32 lines
533 B
Text
{
|
|
"nbformat": 4,
|
|
"nbformat_minor": 0,
|
|
"metadata": {
|
|
"colab": {
|
|
"provenance": []
|
|
},
|
|
"kernelspec": {
|
|
"name": "python3",
|
|
"display_name": "Python 3"
|
|
},
|
|
"language_info": {
|
|
"name": "python"
|
|
}
|
|
},
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": null,
|
|
"metadata": {
|
|
"id": "hHETjoFLGZmM"
|
|
},
|
|
"outputs": [],
|
|
"source": [
|
|
"a=1;b=2\n",
|
|
"c=a+b\n",
|
|
"BROKEN_VAR=BROKEN_VAR\n",
|
|
"print(c)"
|
|
]
|
|
}
|
|
]
|
|
}
|