Skip to content

feat: add keras file icon #6646

feat: add keras file icon

feat: add keras file icon #6646

Workflow file for this run

name: 🛠️ Build + Test
on:
push:
paths:
- 'build/**'
- 'icons/*.svg'
- 'patches/**'
- 'src/**'
- 'package.json'
- 'package-lock.json'
- 'sheriff.config.ts'
- '!*.md'
pull_request:
paths:
- 'build/**'
- 'icons/*.svg'
- 'patches/**'
- 'src/**'
- 'package.json'
- 'package-lock.json'
- 'sheriff.config.ts'
- '!*.md'
permissions:
contents: read
pull-requests: write
jobs:
build-and-test:
name: Build & Test Extension
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: 🔧 Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: '.node-version'
cache: 'npm'
- name: 📦 Install dependencies
run: npm ci
- name: 🚀 Test + Build
id: build
run: |
npm test
npm run vscode:prepublish