Skip to content

upgrade cli to version 1.0.106 (#725) #3620

upgrade cli to version 1.0.106 (#725)

upgrade cli to version 1.0.106 (#725) #3620

Workflow file for this run

name: Linting
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linting:
name: 'Linting'
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master

Check failure on line 23 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/lint.yml" -> "SocketDev/workflows/.github/workflows/reusable-base.yml@master" : failed to fetch workflow: workflow was not found.
with:
no-lockfile: true
npm-test-script: 'check-ci'