8000 Merge pull request #53 from FoamyGuy/debounced_example · adafruit/Adafruit_CircuitPython_Display_Button@981e939 · GitHub
[go: up one dir, main page]

Skip to content

Merge pull request #53 from FoamyGuy/debounced_example #184

Merge pull request #53 from FoamyGuy/debounced_example

Merge pull request #53 from FoamyGuy/debounced_example #184

Workflow file for this run

# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT
name: Build CI
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run Build CI workflow
uses: adafruit/workflows-circuitpython-libs/build@main
0