Skip to content

Commit

Permalink
move to separate job as its slower
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Nov 30, 2023
1 parent 0410553 commit 4714efd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- master
- aaronmgdr/setup-ci
pull_request:
branches:
- master
Expand Down Expand Up @@ -34,6 +33,16 @@ jobs:
run: yarn
- name: Run Lint
run: yarn lint
validate-renovate-config:
name: Validate Renovate Config
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Validate Renovate Config
run: |
npm install --global renovate
Expand Down

0 comments on commit 4714efd

Please sign in to comment.