Skip to content

Patch: filter "//" URL-chat paths from console and reject at root han… #4

Patch: filter "//" URL-chat paths from console and reject at root han…

Patch: filter "//" URL-chat paths from console and reject at root han… #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.platformio
key: pio-${{ hashFiles('platformio.ini') }}
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install platformio
- run: pio run