Skip to content

Allow assistantId config #27

Allow assistantId config

Allow assistantId config #27

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build
shell: bash
run: docker run -v $PWD:/project -w /project espressif/idf:v5.5.1 /bin/bash -c 'idf.py build'