Skip to content

changed forwarding

changed forwarding #7

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
run: |
npm install [email protected]
npx eslint . \
--config eslint.config.js