Skip to content

Update dependency @types/vscode to v1.82.0 #184

Update dependency @types/vscode to v1.82.0

Update dependency @types/vscode to v1.82.0 #184

Workflow file for this run

name: Linter ✏️

Check failure on line 1 in .github/workflows/Linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Linter.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
branches:
- main
- master
pull-request:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v3
- name: Yarn 🧶
run: |
yarn
- name: Prettier Linting ✏️
run: |
yarn lint