Skip to content

use embedded set and packet fields #253

use embedded set and packet fields

use embedded set and packet fields #253

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm install
- name: Run eslint
run: npm run lint