You can write markdown in gists.
It works ok.
Doesn't offer a preview, unfortunately.
| from flask import Flask, request, jsonify, json, abort | |
| from flask_cors import CORS, cross_origin | |
| import pandas as pd | |
| app = Flask(__name__) | |
| cors = CORS(app) | |
| app.config['CORS_HEADERS'] = 'Content-Type' |
| # Docker Service Deployment | |
| # Please complete the following Coding Exercise as part of the Interview Process. | |
| # - You should proceed with this exercise as if you were building this for | |
| # deployment to production. | |
| # - It is expected that you will have to do some research in order to get this | |
| # done. | |
| # - When you have completed this exercise, please email your recruiting contact | |
| # or the hiring manager, so they can end the exercise and review. | |
| # - You can use whatever languages you like. You should have good reasoning |
| - name: Cancel workflow | |
| uses: actions/github-script@v6 | |
| if: steps.check.outputs.cancel == 'true' | |
| with: | |
| result-encoding: string | |
| retries: 3 | |
| script: | | |
| github.rest.actions.cancelWorkflowRun({ | |
| owner: context.repo.owner, | |
| repo: context.repo.repo, |
I hereby claim:
To claim this, I am signing this object: