Skip to content

chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /semantic-release-binary #401

chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /semantic-release-binary

chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /semantic-release-binary #401

Workflow file for this run

---
name: CI (host)
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v20
- run: |
: nix flake check
nix flake check --keep-going --print-build-logs