Skip to content

fix(monorepo): add missing @semantic-release/exec dep #20

fix(monorepo): add missing @semantic-release/exec dep

fix(monorepo): add missing @semantic-release/exec dep #20

Workflow file for this run

name: Check
on: push
jobs:
lint:
name: Lint
if: ${{ !startsWith(github.ref, 'refs/heads/ci-release-v') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20
- name: Install
run: yarn --immutable
- name: Test
run: yarn test:lint