Skip to content

Optimize 3.5 detection and prevent crashes #135

Optimize 3.5 detection and prevent crashes

Optimize 3.5 detection and prevent crashes #135

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and cache dependencies
uses: bahmutov/npm-install@v1
- name: Run linter
run: npm run lint