Skip to content

Try to update task.json as well #14

Try to update task.json as well

Try to update task.json as well #14

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
build:
permissions:
attestations: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: '20'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run package
- name: Upload artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: scorecard
path: '*.vsix'