From 9d4b5ba883548aa9911059c6cfd263991def543b Mon Sep 17 00:00:00 2001 From: giulcioffi Date: Fri, 30 Oct 2020 11:04:15 +0100 Subject: [PATCH] Update spell-check action and skip extras/test path --- .github/workflows/spell-check.yml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 7b45d77e..6c44bcfb 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -1,11 +1,16 @@ name: Spell Check + on: [push, pull_request] + jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 - - uses: arduino/actions/libraries/spell-check@master + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Spell check + uses: arduino/actions/libraries/spell-check@master + with: + skip-paths: ./extras/test \ No newline at end of file pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy