Skip to content

Configure Renovate #289

Configure Renovate

Configure Renovate #289

Workflow file for this run

name: "Main Workflow"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- run: npm run all
action-test:
name: Action Test
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- name: Run Action
uses: ./
with:
source-dir: test/DemoProject