Skip to content

Migrate config .github/renovate.json (#69) #42

Migrate config .github/renovate.json (#69)

Migrate config .github/renovate.json (#69) #42

Workflow file for this run

name: Tests
on:
push:
paths-ignore: ['docs/**', '*.md']
pull_request:
paths-ignore: ['docs/**', '*.md']
branches: [master]
schedule:
- cron: '0 6 * * 6'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npm install
- run: npm test