Skip to content

Remove backtrace test #46

Remove backtrace test

Remove backtrace test #46

Workflow file for this run

name: Run Lint
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install & Patch packages
run: yarn install
- name: Lint
run: yarn lint