From 95b75119e9cb911da71ca91b2f70777515d82fed Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Wed, 18 Mar 2020 21:50:07 +0100 Subject: [PATCH] ci: run on itself as end-to-end test and example --- .github/workflows/example-basic.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/example-basic.yml diff --git a/.github/workflows/example-basic.yml b/.github/workflows/example-basic.yml new file mode 100644 index 00000000..78162d26 --- /dev/null +++ b/.github/workflows/example-basic.yml @@ -0,0 +1,18 @@ +name: Basic example +on: + push: + branches: + - master + pull_request: +jobs: + commitlint: + runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Renovate + uses: ./