Skip to content

Setup Python Bootcamp Workflow and Week02 Code #3

Setup Python Bootcamp Workflow and Week02 Code

Setup Python Bootcamp Workflow and Week02 Code #3

Workflow file for this run

name: Python Workflow
on: pull_request
permissions:
contents: read
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: ./week02/week02.py