Skip to content

lua: set-pc-control, set-interlock, activate-keypads and set-door-pas… #57

lua: set-pc-control, set-interlock, activate-keypads and set-door-pas…

lua: set-pc-control, set-interlock, activate-keypads and set-door-pas… #57

Workflow file for this run

name: php
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@v3
with:
go-version: ^1.20
id: go
- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: php-cs-fixer
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: make php