8000 Use test version of compile sketches · Andy4495/SWI2C@17ef2c1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use test version of compile sketches #25

Use test version of compile sketches

Use test version of compile sketches #25

Workflow file for this run

# From: https://github.com/marketplace/actions/arduino-arduino-lint-action
# Use this action for libraries published to the Arduino LIbrary Manager
name: Arduino Lint
on:
push:
workflow_dispatch:
inputs:
message:
description: Message to display in job summary
required: false
type: string
jobs:
arduino-lint:
name: call-arduino-lint-workflow
uses: Andy4495/.github/.github/workflows/arduino-lint.yml@main
with:
message: ${{ inputs.message }}
secrets: inherit
0