Skip to content

[jfrog-release] Release version 2.10.3 #15

[jfrog-release] Release version 2.10.3

[jfrog-release] Release version 2.10.3 #15

Workflow file for this run

name: Static Analysis
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install
run: npm install --no-fund
# Assert the extension is created successfully
- name: Create vsix file
run: npm run create
- name: Lint
run: npm run lint