Skip to content

lua: implemented 'controllers' table lookup (cf. https://github.com/u… #122

lua: implemented 'controllers' table lookup (cf. https://github.com/u…

lua: implemented 'controllers' table lookup (cf. https://github.com/u… #122

Workflow file for this run

name: python
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.22
id: go
- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: ^3.10
id: python
- name: Install Python packages
run: pip install yapf
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: make python