Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

docs: update README with GitHub Actions badge #7

docs: update README with GitHub Actions badge

docs: update README with GitHub Actions badge #7

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install Pillow
- name: Generate challenge
run: |
make
stat programming_challenge_2024.bmp