Skip to content

Update get-packet.js #541

Update get-packet.js

Update get-packet.js #541

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 semistandard
run: npm run lint