Skip to content

Bump smol-toml from 1.7.0 to 1.7.2 #890

Bump smol-toml from 1.7.0 to 1.7.2

Bump smol-toml from 1.7.0 to 1.7.2 #890

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Setup Node
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
- run: npm ci --ignore-scripts
- run: npm run lint --silent