Skip to content

fixup! fixup! feat: add an interface for setting up the server feat: … #68

fixup! fixup! feat: add an interface for setting up the server feat: …

fixup! fixup! feat: add an interface for setting up the server feat: … #68

Workflow file for this run

name: ESLint
on: push
jobs:
build:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Run
run: npm ci && npm run lint