Skip to content

fix: extension automatic setup #190

fix: extension automatic setup

fix: extension automatic setup #190

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Perform linting
run: |
npm install
npm run prettier:check