Skip to content

fix: wrong branch in instructions #1

fix: wrong branch in instructions

fix: wrong branch in instructions #1

Workflow file for this run

name: Python application
on:
push:
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v3
- name: Run
run: python3 main.py