Skip to content

Add GitHub Actions workflow for building and testing the Flask applic… #1

Add GitHub Actions workflow for building and testing the Flask applic…

Add GitHub Actions workflow for building and testing the Flask applic… #1

Workflow file for this run

name: flaskTemplate
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: ./build.sh