Skip to content

build(deps): bump yaml from 2.4.1 to 2.4.2 #324

build(deps): bump yaml from 2.4.1 to 2.4.2

build(deps): bump yaml from 2.4.1 to 2.4.2 #324

Workflow file for this run

name: Basic CI
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }} # OAuth app client id
on:
pull_request:
branches: [ "master" ]
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: npm install and build VSIX
run: |
npm install
npm install -g vsce
vsce package
- name: Test Compile
run: npm run test-compile
- name: Lint
run: npm run lint
- name: Check Prettier
run: npm run prettier:check
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: vscode-crowdin-*.vsix