Skip to content

feat(network): thread and forum post support #40

feat(network): thread and forum post support

feat(network): thread and forum post support #40

Workflow file for this run

name: Lint
on: pull_request
jobs:
tests:
name: Lint Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm install eslint
- name: Lint files
run: npm run lint