Skip to content

fix: Update bug report GH url #903

fix: Update bug report GH url

fix: Update bug report GH url #903

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install deps
run: |
npm install
- name: Lint
run: |
npm run lint