Skip to content

Ignore Python cache files #2

Ignore Python cache files

Ignore Python cache files #2

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Compile
run: python -m py_compile radar.py
- name: Smoke test
run: python radar.py octocat