Skip to content

Merge pull request #45 from Akhileswar6/Feature #23

Merge pull request #45 from Akhileswar6/Feature

Merge pull request #45 from Akhileswar6/Feature #23

Workflow file for this run

name: Python Auto Test
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Check Python Syntax
run: |
python -m compileall .