Skip to content

Update dependencies #421

Update dependencies

Update dependencies #421

Workflow file for this run

# This file is part of the setup-specmatic.
#
# Copyright (c) 2023 airSlate, Inc.
#
# For the full copyright and license information, please view
# the LICENSE file that was distributed with this source code.
name: Licensed
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
licensed:
name: Licensed
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 5
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Install ruby
uses: ruby/setup-ruby@v1.155.0
with:
ruby-version: '3.2'
bundler-cache: true
- bane: Install licensed tool

Check failure on line 37 in .github/workflows/licensed.yml

View workflow run for this annotation

GitHub Actions / Licensed

Invalid workflow file

The workflow is not valid. .github/workflows/licensed.yml (Line: 37, Col: 9): Unexpected value 'bane'
uses: github/setup-licensed@v1.1.4
with:
version: '4.x'
- name: Output licensed environment configuration
run: licensed env
- name: List dependencies
run: licensed list
- name: Check cached dependency records
run: licensed status