Skip to content

Merge pull request #29 from codelicia/renovate/actions-checkout-4.x #82

Merge pull request #29 from codelicia/renovate/actions-checkout-4.x

Merge pull request #29 from codelicia/renovate/actions-checkout-4.x #82

Workflow file for this run

name: Python
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Build
run: |
make --directory 2021/php build
make --directory 2022/php build
- name: Test
run: |
make --directory 2021/php test
make --directory 2022/php test