Skip to content

Changed main path

Changed main path #343

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
workflow_dispatch:
jobs:
build:
name: Build on ubuntu-latest 🏗 🧪
runs-on: ubuntu-latest
steps:
-
name: Checkout project contents 📡
uses: actions/checkout@v3
-
name: install npm
run: npm install
-
name: prepublish
run: npm run vscode:prepublish
deploy:
name: Deploy Extension 🥧
needs: build
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/Release.yml
secrets: inherit