Skip to content

feat(release): allow configuring source of truth for versions #10

feat(release): allow configuring source of truth for versions

feat(release): allow configuring source of truth for versions #10

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint -ws
semantic-pr-footer-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run coverage --workspace=semantic-pr-footer-v1