solorice/vscodium/extensions/formulahendry.code-runner-0.11.7/.github/workflows/main.yml
2022-04-28 21:17:01 +03:00

29 lines
535 B
YAML

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm install
- run: npm run vscode:prepublish
- run: npm run tslint