Skip to content

Bump serve-static from 1.15.0 to 1.16.2 #198

Bump serve-static from 1.15.0 to 1.16.2

Bump serve-static from 1.15.0 to 1.16.2 #198

Workflow file for this run

name: Check eslint format.
on: push
jobs:
run_eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Dependencies
run: |
yarn
- name: Run eslint
run: |
yarn eslint --ext '.js,.ts' --ignore-path .gitignore .