Skip to content

fix: Show error if we fail to git logs #32

fix: Show error if we fail to git logs

fix: Show error if we fail to git logs #32

Workflow file for this run

name: Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
scope: '@kapeta'
- run: npm install --ignore-scripts