From 0aa3d335822e9c63766a442aaad3c75d6982286f Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Mar 2020 06:07:48 -0700 Subject: [PATCH] Remove pointless compile-examples workflow This library has no example sketches, so the workflow loads a docker container, installs arduino-cli, installs Arduino SAMD Boards, only to do nothing with all that. --- .github/workflows/compile-examples.yml | 19 ------------------- README.adoc | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/workflows/compile-examples.yml diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml deleted file mode 100644 index 93357ec..0000000 --- a/.github/workflows/compile-examples.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Compile Examples -on: [push, pull_request] -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - fqbn: [ - "arduino:samd:mkrzero" - ] - - steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 - - uses: arduino/actions/libraries/compile-examples@master - with: - fqbn: ${{ matrix.fqbn }} diff --git a/README.adoc b/README.adoc index 135197f..f40a237 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = ArduinoGraphics Library for Arduino = -image:https://github.com/arduino-libraries/ArduinoGraphics/workflows/Compile%20Examples/badge.svg["Compile Examples Status", link="https://github.com/arduino-libraries/ArduinoGraphics/actions?workflow=Compile+Examples"] image:https://github.com/arduino-libraries/ArduinoGraphics/workflows/Spell%20Check/badge.svg["Spell Check Status", link="https://github.com/arduino-libraries/ArduinoGraphics/actions?workflow=Spell+Check"] +image:https://github.com/arduino-libraries/ArduinoGraphics/workflows/Spell%20Check/badge.svg["Spell Check Status", link="https://github.com/arduino-libraries/ArduinoGraphics/actions?workflow=Spell+Check"] Core graphics library for Arduino. Based on the Processing API.