Skip to content

馃 Improved error handling for requests #49

馃 Improved error handling for requests

馃 Improved error handling for requests #49

Workflow file for this run

name: Lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install Node.js and setup npm cache
uses: ./.github/actions/node-and-npm-cache
- name: Lint
run: |
npm ci
npm run lint