Odoo18-Base/.github/workflows/build.yml
2025-01-09 16:29:13 +07:00

16 lines
350 B
YAML

name: GitHub Actions Example
on:
push:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: check python version
run: python --version