Odoo18-Base/.github/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: mapping values are not allowed in this context
2025-01-09 16:23:31 +07:00

15 lines
338 B
YAML

name: GitHub Actions Example
on:
push:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
- name: Check out source code
run: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: check python version
run: python --version