Skip to content

build(deps): bump the main group with 4 updates #472

build(deps): bump the main group with 4 updates

build(deps): bump the main group with 4 updates #472

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
if: >-
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'no ci')) ||
github.event_name == 'push'
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: arduino/setup-task@v2
with:
version: 3.x
- run: task ci-test