From d04236e7f33aa277ff65f546144ca2e904d096f9 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 15 Aug 2021 20:38:00 -0400 Subject: [PATCH] v1.0.0 for ESP32 core v2.0.0-rc1+ ### Releases v1.0.0 1. Basic 16 ISR-based servo controllers using 1 hardware timer for ESP32, ESP32_S2, ESP32_C3-based board 2. Tested with [ESP32 core v2.0.0-rc1+](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0-rc1) --- .github/workflows/auto-github-actions.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/auto-github-actions.yml diff --git a/.github/workflows/auto-github-actions.yml b/.github/workflows/auto-github-actions.yml new file mode 100644 index 0000000..1f890e1 --- /dev/null +++ b/.github/workflows/auto-github-actions.yml @@ -0,0 +1,12 @@ +name: auto-github-actions +on: [push] +jobs: + check-bats-version: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: '14' + - run: npm install -g bats + - run: bats -v