Skip to content

Merge pull request #238 from csfloat/feature/annotates-offer-creation… #290

Merge pull request #238 from csfloat/feature/annotates-offer-creation…

Merge pull request #238 from csfloat/feature/annotates-offer-creation… #290

Workflow file for this run

name: Extension Lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Lint
run: |
npm install
npm run lint
npm run checkformat