Skip to content

Add takeWhile() and remove trimStartAt() trimEndAt() from StrScanner #645

Add takeWhile() and remove trimStartAt() trimEndAt() from StrScanner

Add takeWhile() and remove trimStartAt() trimEndAt() from StrScanner #645

Workflow file for this run

name: Arduino CI
on:
push:
branches:
- main
- devel
tags-ignore:
- '*.*.*'
paths-ignore:
- ".github/**"
- "**/*.adoc"
- "**/*.md"
- "**/*.txt"
- "library.*"
- "**/*.asm"
- "**/*.inc"
- "**/*.hex"
- "**/*.s19"
- "**/*.s28"
pull_request:
jobs:
compile-examples:
runs-on: ubuntu-latest
strategy:
matrix:
fqbn:
- arduino:megaavr:nona4809
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Compile Example
uses: arduino/compile-sketches@v1
with:
fqbn: ${{ matrix.fqbn }}
sketch-paths: |
- examples
libraries: |
- source-path: ./
- name: libcli
version: 1.3.0