Skip to content

build(deps): bump @commitlint/config-conventional from 17.6.7 to 17.7.0 #3

build(deps): bump @commitlint/config-conventional from 17.6.7 to 17.7.0

build(deps): bump @commitlint/config-conventional from 17.6.7 to 17.7.0 #3

Workflow file for this run

on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm test #uncomment when tests implemented
- run: npx semantic-release