Skip to content

add dockerfile

add dockerfile #3

Workflow file for this run

name: CI - Teste Python
on:
push:
branches: [ "desenvolvimento" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Baixar código
uses: actions/checkout@v3
- name: Configurar Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Rodar script
run: python main.py