Skip to content

Merge branch 'main' of https://github.com/PinguApps/renovate-config #20

Merge branch 'main' of https://github.com/PinguApps/renovate-config

Merge branch 'main' of https://github.com/PinguApps/renovate-config #20

Workflow file for this run

name: Main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: 🛠️ Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
cache: 'npm'
- name: 📦 Install Dependencies
run: npm install
- name: 🧪 Test
run: npm test