Skip to content

build(deps): bump tmp from 0.2.3 to 0.2.5 (#292) #843

build(deps): bump tmp from 0.2.3 to 0.2.5 (#292)

build(deps): bump tmp from 0.2.3 to 0.2.5 (#292) #843

Workflow file for this run

name: lint
on:
push:
pull_request:
types: [opened, synchronize]
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 23.8.x
registry-url: 'https://registry.npmjs.org/'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint