Skip to content

Added minimal hacs.json file (cf. https://github.com/uhppoted/uhppote… #117

Added minimal hacs.json file (cf. https://github.com/uhppoted/uhppote…

Added minimal hacs.json file (cf. https://github.com/uhppoted/uhppote… #117

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: ^3.11
id: python
- name: Install Python packages
run: pip install toml yapf
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: make build-all